Thanks to visit codestin.com Credit goes to github.com
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 1320d56 commit 77f31a9Copy full SHA for 77f31a9
1 file changed
Lib/test/test_asyncio/test_ssl.py
@@ -1019,7 +1019,7 @@ async def run_main():
1019
def test_create_server_ssl_over_ssl(self):
1020
CNT = 0 # number of clients that were successful
1021
TOTAL_CNT = 25 # total number of clients that test will create
1022
- TIMEOUT = 10.0 # timeout for this test
+ TIMEOUT = 30.0 # timeout for this test
1023
1024
A_DATA = b'A' * 1024 * 1024
1025
B_DATA = b'B' * 1024 * 1024
0 commit comments