commit | 07871b256c76ca561554d1f82b430fc64a5c7ee0 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Dec 10 20:32:59 2019 +0100 |
committer | GitHub <noreply@github.com> | Tue Dec 10 20:32:59 2019 +0100 |
tree | 2870562d7cf2df7448eb5a16aedb00f2ec3f34ee | |
parent | 680068c28896baba36fa7361976e07bb0f588561 [diff] |
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.