]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142489: Increase ssl_handshake_timeout in asyncio tests (#142523)
authorVictor Stinner <vstinner@python.org>
Wed, 10 Dec 2025 22:21:03 +0000 (23:21 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Dec 2025 22:21:03 +0000 (22:21 +0000)
commitdc3ece2bc06d56c21ef81f86424b4598880ba1c8
tree12e9dab09077dae8c976fb120b4ef1d7151853d8
parent97e19014ddc652beae58e7eceb591f5d65a875e6
gh-142489: Increase ssl_handshake_timeout in asyncio tests (#142523)

Replace SHORT_TIMEOUT with LONG_TIMEOUT for very slow CIs.
And add the HANDSHAKE_TIMEOUT constant.
Lib/test/test_asyncio/test_ssl.py