]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38614: Add timeout constants to test.support (GH-16964)
authorVictor Stinner <vstinner@python.org>
Wed, 30 Oct 2019 11:41:43 +0000 (12:41 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2019 11:41:43 +0000 (12:41 +0100)
commit24c6258269acd842914450f55491690ba87dded9
tree2276de8de900c3463a3e0823f92562f83b0f07c5
parent865c3b257fe38154a4320c7ee6afb416f665b9c2
bpo-38614: Add timeout constants to test.support (GH-16964)

Add timeout constants to test.support:

* LOOPBACK_TIMEOUT
* INTERNET_TIMEOUT
* SHORT_TIMEOUT
* LONG_TIMEOUT
Doc/library/test.rst
Lib/test/_test_multiprocessing.py
Lib/test/libregrtest/setup.py
Lib/test/support/__init__.py
Lib/test/test_socket.py
Misc/NEWS.d/next/Tests/2019-10-28-15-56-02.bpo-38614.aDdDYE.rst [new file with mode: 0644]