mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Issue #28176: Increase timeout for test_sock_connect_sock_write_race
This commit is contained in:
parent
bcfb35f80d
commit
bdcc8f9d1b
1 changed files with 1 additions and 1 deletions
|
@ -1804,7 +1804,7 @@ class SelectorLoopFunctionalTests(unittest.TestCase):
|
||||||
return buf
|
return buf
|
||||||
|
|
||||||
def test_sock_connect_sock_write_race(self):
|
def test_sock_connect_sock_write_race(self):
|
||||||
TIMEOUT = 3.0
|
TIMEOUT = 10.0
|
||||||
PAYLOAD = b'DATA' * 1024 * 1024
|
PAYLOAD = b'DATA' * 1024 * 1024
|
||||||
|
|
||||||
class Server(threading.Thread):
|
class Server(threading.Thread):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue