]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413) (#110427)
authorVictor Stinner <vstinner@python.org>
Thu, 5 Oct 2023 20:37:20 +0000 (22:37 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 20:37:20 +0000 (20:37 +0000)
commit350d89b79588ebd140c3987cc05e3719ca17a973
tree0680618fd6a2adb779c9f73503f7539db763fe54
parent93279cc8b88ea9964fc5f82e30e754ee223d6453
[3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413) (#110427)

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.

(cherry picked from commit 0db2f1475e6539e1954e1f8bd53e005c3ecd6a26)
Lib/test/libregrtest/setup.py
Lib/test/support/__init__.py