Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdcc8f9

Browse files
committed
Issue #28176: Increase timeout for test_sock_connect_sock_write_race
1 parent bcfb35f commit bdcc8f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_asyncio/test_selector_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ def recv_all(self, sock, nbytes):
18041804
return buf
18051805

18061806
def test_sock_connect_sock_write_race(self):
1807-
TIMEOUT = 3.0
1807+
TIMEOUT = 10.0
18081808
PAYLOAD = b'DATA' * 1024 * 1024
18091809

18101810
class Server(threading.Thread):

0 commit comments

Comments
 (0)