]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142489: Increase ssl_handshake_timeout in asyncio tests (GH-142523) (#142545)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Dec 2025 22:46:35 +0000 (23:46 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Dec 2025 22:46:35 +0000 (22:46 +0000)
commitcbec73cf6342af03fea81655cf171f495c7a410e
tree5251b384971598f04f08a11467be6093996c3dde
parenta160317b5a5f460cab55b89d741783d98e96c38d
[3.14] gh-142489: Increase ssl_handshake_timeout in asyncio tests (GH-142523) (#142545)

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