]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142489: Increase ssl_handshake_timeout in asyncio tests (GH-142523) (#142546)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Dec 2025 22:43:56 +0000 (23:43 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Dec 2025 22:43:56 +0000 (22:43 +0000)
commit746f8ed65d2562d0debf36f7ed7e7966c42eeefd
treea958c0ca576af9ceca1c0c2013c19b2074a6854e
parent2b0cccec390378463c45c7e7cf39fdbbf1f8876c
[3.13] gh-142489: Increase ssl_handshake_timeout in asyncio tests (GH-142523) (#142546)

gh-142489: Increase ssl_handshake_timeout in asyncio tests (GH-142523)

Replace SHORT_TIMEOUT with LONG_TIMEOUT for very slow CIs.
And add the HANDSHAKE_TIMEOUT constant.
(cherry picked from commit dc3ece2bc06d56c21ef81f86424b4598880ba1c8)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_asyncio/test_ssl.py