changeset: 103898:b5a08d5db05b branch: 3.6 parent: 103895:5761294bb877 parent: 103897:8417873f2eac user: Berker Peksag date: Sun Sep 18 01:07:30 2016 +0300 description: Issue #28176: Merge from 3.5 diff -r 5761294bb877 -r b5a08d5db05b Lib/test/test_asyncio/test_selector_events.py --- a/Lib/test/test_asyncio/test_selector_events.py Sat Sep 17 14:35:32 2016 -0700 +++ b/Lib/test/test_asyncio/test_selector_events.py Sun Sep 18 01:07:30 2016 +0300 @@ -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):