]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)
authorVictor Stinner <vstinner@python.org>
Thu, 5 Oct 2023 18:54:27 +0000 (20:54 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 18:54:27 +0000 (20:54 +0200)
commit0db2f1475e6539e1954e1f8bd53e005c3ecd6a26
treee84c6d53135bdb631ac6cbf4bb850d1e591347c5
parent318f5df27109ff8d2519edefa771920a0ec62b92
gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)

Increase support.LOOPBACK_TIMEOUT from 5 to 10 seconds. Also increase
the timeout depending on the --timeout option. For example, for a
test timeout of 40 minutes (ARM Raspbian 3.x), use LOOPBACK_TIMEOUT
of 20 seconds instead of 5 seconds before.
Lib/test/libregrtest/setup.py
Lib/test/support/__init__.py