◐ Shell
clean mode source ↗

bpo-32458: Increase TLS timeout in test_asyncio by vstinner · Pull Request #7157 · python/cpython

test_asyncio: Increase test_start_tls_server_1() client timeout from
5 seconds to 60 seconds, and server timeout from 10 to 120 seconds.

The timeout is only used to check if the test hangs, but the 5
seconds limit is commonly reached on slow CIs like Travis CI and some
buildbots.

https://bugs.python.org/issue32458