]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562)
authorVictor Stinner <vstinner@python.org>
Tue, 10 Dec 2019 20:12:26 +0000 (21:12 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2019 20:12:26 +0000 (21:12 +0100)
commitc98b0199a984430312833ef403d265be314f7244
tree5ed60fe7dab0a90dd08b51c54082f6a320fd0693
parentbbc8b7965bb9f46763c96878326966f4231c7d39
bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562)

Replace hardcoded timeout constants in tests with LONG_TIMEOUT of
test.support, so it's easier to ajdust this timeout for all tests at
once.

LONG_TIMEOUT is 5 minutes by default, but it can be longer depending
on --timeout command line option.
Lib/test/_test_multiprocessing.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_logging.py