commit | bbc8b7965bb9f46763c96878326966f4231c7d39 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Dec 10 20:41:23 2019 +0100 |
committer | GitHub <noreply@github.com> | Tue Dec 10 20:41:23 2019 +0100 |
tree | f9dfe1e3637a9c2805e8757a5abc75bdd0e47352 | |
parent | 07871b256c76ca561554d1f82b430fc64a5c7ee0 [diff] |
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).