Skip to content

Commit

Permalink
bpo-46822: Increase timeout for test_create_server_ssl_over_ssl to ma…
Browse files Browse the repository at this point in the history
…tch underlying timeouts (GH-31502)
  • Loading branch information
zooba committed Feb 22, 2022
1 parent 1320d56 commit 77f31a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_asyncio/test_ssl.py
Expand Up @@ -1019,7 +1019,7 @@ async def run_main():
def test_create_server_ssl_over_ssl(self):
CNT = 0 # number of clients that were successful
TOTAL_CNT = 25 # total number of clients that test will create
TIMEOUT = 10.0 # timeout for this test
TIMEOUT = 30.0 # timeout for this test

A_DATA = b'A' * 1024 * 1024
B_DATA = b'B' * 1024 * 1024
Expand Down

0 comments on commit 77f31a9

Please sign in to comment.