commit | 24c6258269acd842914450f55491690ba87dded9 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Oct 30 12:41:43 2019 +0100 |
committer | GitHub <noreply@github.com> | Wed Oct 30 12:41:43 2019 +0100 |
tree | 2276de8de900c3463a3e0823f92562f83b0f07c5 | |
parent | 865c3b257fe38154a4320c7ee6afb416f665b9c2 [diff] |
bpo-38614: Add timeout constants to test.support (GH-16964) Add timeout constants to test.support: * LOOPBACK_TIMEOUT * INTERNET_TIMEOUT * SHORT_TIMEOUT * LONG_TIMEOUT