changeset: 103899:eb306c20de20 parent: 103896:6c7a8a012669 parent: 103898:b5a08d5db05b user: Berker Peksag date: Sun Sep 18 01:07:50 2016 +0300 description: Issue #28176: Merge from 3.6 diff -r 6c7a8a012669 -r eb306c20de20 Lib/test/test_asyncio/test_selector_events.py --- a/Lib/test/test_asyncio/test_selector_events.py Sat Sep 17 14:35:43 2016 -0700 +++ b/Lib/test/test_asyncio/test_selector_events.py Sun Sep 18 01:07:50 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):