[Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28176: Merge from 3.5

berker.peksag python-checkins at python.org
Sat Sep 17 18:06:44 EDT 2016


https://hg.python.org/cpython/rev/b5a08d5db05b
changeset:   103898:b5a08d5db05b
branch:      3.6
parent:      103895:5761294bb877
parent:      103897:8417873f2eac
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Sep 18 01:07:30 2016 +0300
summary:
  Issue #28176: Merge from 3.5

files:
  Lib/test/test_asyncio/test_selector_events.py |  2 +-
  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
--- a/Lib/test/test_asyncio/test_selector_events.py
+++ b/Lib/test/test_asyncio/test_selector_events.py
@@ -1804,7 +1804,7 @@
         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):

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list