summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-09-17 22:07:30 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-09-17 22:07:30 (GMT)
commita7b1058c173c793d84b9f6849e64e08ad67f0cde (patch)
treec814d9ee11f3a74b0aece286ba1ecef8ad61f46e /Lib
parent6dd8eca4a95f60b8ed8517ad2f8f48405907f56c (diff)
parentbdcc8f9d1b14837aa78b766a7a5e82f0625a1560 (diff)
downloadcpython-a7b1058c173c793d84b9f6849e64e08ad67f0cde.zip
cpython-a7b1058c173c793d84b9f6849e64e08ad67f0cde.tar.gz
cpython-a7b1058c173c793d84b9f6849e64e08ad67f0cde.tar.bz2
Issue #28176: Merge from 3.5
Diffstat (limited to 'Lib')
-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):