summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_asyncio/test_selector_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_selector_events.py b/Lib/test/test_asyncio/test_selector_events.py
index 0c26a87..f6447cb 100644
--- a/Lib/test/test_asyncio/test_selector_events.py
+++ b/Lib/test/test_asyncio/test_selector_events.py
@@ -1804,7 +1804,7 @@ class SelectorLoopFunctionalTests(unittest.TestCase):
return buf
def test_sock_connect_sock_write_race(self):
- TIMEOUT = 3.0
+ TIMEOUT = 10.0
PAYLOAD = b'DATA' * 1024 * 1024
class Server(threading.Thread):