]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (GH-92642)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 May 2022 21:56:07 +0000 (14:56 -0700)
committerGitHub <noreply@github.com>
Wed, 11 May 2022 21:56:07 +0000 (14:56 -0700)
commit64593f2fedfe41c17e2bad6f207d7a07cfa762b9
treef53afbf86559149f183f44bef97282f521495ec3
parent5a33643dce347f4447eb1919d8109931390ded66
gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (GH-92642)

TestSSL of asyncio now uses support.SHORT_TIMEOUT rather than
hardcoded timeouts like 5, 10 or 40 seconds.
(cherry picked from commit 1d1929fcb55f8fa9317c19ed4789e1dd6c435092)

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