mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
test_asynico: fix test_sock_connect_sock_write_race()
Issue #28176: Increase timeout from 10 seconds to 60 seconds.
This commit is contained in:
parent
6d8bc46cc0
commit
0256f42839
1 changed files with 1 additions and 1 deletions
|
@ -1804,7 +1804,7 @@ class SelectorLoopFunctionalTests(unittest.TestCase):
|
|||
return buf
|
||||
|
||||
def test_sock_connect_sock_write_race(self):
|
||||
TIMEOUT = 10.0
|
||||
TIMEOUT = 60.0
|
||||
PAYLOAD = b'DATA' * 1024 * 1024
|
||||
|
||||
class Server(threading.Thread):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue