]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90978: test_ssl of test_asyncio uses LONG_TIMEOUT (#92402)
authorVictor Stinner <vstinner@python.org>
Fri, 6 May 2022 14:18:56 +0000 (16:18 +0200)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 14:18:56 +0000 (15:18 +0100)
commit973a5203c151efb7a86a478140f7b0c9ae70438f
treedf38ec19a38e0751f601014266196f9c62571c15
parent93a666b5a56919a3633a3897dfdb9bddfb9614f0
gh-90978: test_ssl of test_asyncio uses LONG_TIMEOUT (#92402)

On slow buildbot workers, some test_ssl tests fail randomly because
of short timeout (30 seconds). Use support.LONG_TIMEOUT instead which
is longer and also adjusted (by regrtest --timeout option) on
buildbot workers known to be slow.
Lib/test/test_asyncio/test_ssl.py