We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec11650 commit 92709efCopy full SHA for 92709ef
tests/test_tcp.py
@@ -845,7 +845,7 @@ class _TestSSL(tb.SSLTestCase):
845
def test_create_server_ssl_1(self):
846
CNT = 0 # number of clients that were successful
847
TOTAL_CNT = 25 # total number of clients that test will create
848
- TIMEOUT = 5.0 # timeout for this test
+ TIMEOUT = 10.0 # timeout for this test
849
850
A_DATA = b'A' * 1024 * 1024
851
B_DATA = b'B' * 1024 * 1024
0 commit comments