]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)
authorVictor Stinner <vstinner@python.org>
Tue, 10 Dec 2019 19:32:59 +0000 (20:32 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2019 19:32:59 +0000 (20:32 +0100)
commit07871b256c76ca561554d1f82b430fc64a5c7ee0
tree2870562d7cf2df7448eb5a16aedb00f2ec3f34ee
parent680068c28896baba36fa7361976e07bb0f588561
bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)

Replace hardcoded timeout constants in tests with LOOPBACK_TIMEOUT of
test.support, so it's easier to ajdust this timeout for all tests at
once.
Lib/test/ssl_servers.py
Lib/test/test_asyncio/functional.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_asyncio/utils.py
Lib/test/test_ftplib.py
Lib/test/test_imaplib.py
Lib/test/test_smtplib.py
Lib/test/test_timeout.py
Misc/NEWS.d/next/Tests/2019-12-10-14-26-23.bpo-38614.89JpNh.rst [new file with mode: 0644]