]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (#92642)
authorVictor Stinner <vstinner@python.org>
Wed, 11 May 2022 21:25:56 +0000 (23:25 +0200)
committerGitHub <noreply@github.com>
Wed, 11 May 2022 21:25:56 +0000 (23:25 +0200)
commit1d1929fcb55f8fa9317c19ed4789e1dd6c435092
treef884fb913e846254ae57136a28a9b169d1f41e2d
parent897f14d38d1b455668f9f7ce87892f5efcaf8932
gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (#92642)

TestSSL of asyncio now uses support.SHORT_TIMEOUT rather than
hardcoded timeouts like 5, 10 or 40 seconds.
Lib/test/test_asyncio/test_ssl.py