]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38614: Use default join_thread() timeout in tests (GH-17559)
authorVictor Stinner <vstinner@python.org>
Tue, 10 Dec 2019 19:41:23 +0000 (20:41 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2019 19:41:23 +0000 (20:41 +0100)
commitbbc8b7965bb9f46763c96878326966f4231c7d39
treef9dfe1e3637a9c2805e8757a5abc75bdd0e47352
parent07871b256c76ca561554d1f82b430fc64a5c7ee0
bpo-38614: Use default join_thread() timeout in tests (GH-17559)

Tests no longer pass a timeout value to join_thread() of
test.support: use the default join_thread() timeout instead
(SHORT_TIMEOUT constant of test.support).
Lib/test/test_asynchat.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncore.py
Lib/test/test_imaplib.py
Lib/test/test_logging.py
Lib/test/test_queue.py
Lib/test/test_sched.py