Skip to content

Commit 92709ef

Browse files
committed
Bump the timeout for SSL server test
Travis has problems completing the test in under 5s, try 10.
1 parent ec11650 commit 92709ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ class _TestSSL(tb.SSLTestCase):
845845
def test_create_server_ssl_1(self):
846846
CNT = 0 # number of clients that were successful
847847
TOTAL_CNT = 25 # total number of clients that test will create
848-
TIMEOUT = 5.0 # timeout for this test
848+
TIMEOUT = 10.0 # timeout for this test
849849

850850
A_DATA = b'A' * 1024 * 1024
851851
B_DATA = b'B' * 1024 * 1024

0 commit comments

Comments
 (0)