Commit 0256f428 authored by Victor Stinner's avatar Victor Stinner

test_asynico: fix test_sock_connect_sock_write_race()

Issue #28176: Increase timeout from 10 seconds to 60 seconds.
parent 6d8bc46c
......@@ -1804,7 +1804,7 @@ class SelectorLoopFunctionalTests(unittest.TestCase):
return buf
def test_sock_connect_sock_write_race(self):
TIMEOUT = 10.0
TIMEOUT = 60.0
PAYLOAD = b'DATA' * 1024 * 1024
class Server(threading.Thread):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment