cpython/Lib/test/libregrtest
Miss Islington (bot) 331d90f30b
[3.11] [3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (GH-110413) (GH-110427) (#110440)
[3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (GH-110413) (GH-110427)

gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (GH-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 350d89b795)

Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit 0db2f1475e)

Co-authored-by: Victor Stinner <vstinner@python.org>
2023-10-05 23:10:01 +02:00
..
__init__.py
cmdline.py [3.11] gh-108416: Mark slow but not CPU bound test methods with requires_resource('walltime') (GH-108480) (GH-108924) 2023-09-05 15:27:55 +00:00
main.py [3.11] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#109962) 2023-09-27 11:00:22 +00:00
pgo.py
refleak.py [3.11] gh-108822: Backport libregrtest changes from the main branch (#108820) 2023-09-03 19:21:53 +02:00
runtest.py [3.11] gh-109972: Split test_gdb.py into test_gdb package (#109977) (… (#110343) 2023-10-04 10:53:28 +00:00
runtest_mp.py [3.11] gh-108822: Backport libregrtest changes from the main branch (#108820) 2023-09-03 19:21:53 +02:00
save_env.py [3.11] gh-108822: Backport libregrtest changes from the main branch (#108820) 2023-09-03 19:21:53 +02:00
setup.py [3.11] [3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (GH-110413) (GH-110427) (#110440) 2023-10-05 23:10:01 +02:00
utils.py [3.11] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591) (#109616) 2023-09-20 15:45:23 +00:00
win_utils.py