]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-90867: test.support.wait_process() uses LONG_TIMEOUT (#99071) (#99098)
authorVictor Stinner <vstinner@python.org>
Fri, 4 Nov 2022 14:50:51 +0000 (15:50 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Nov 2022 14:50:51 +0000 (15:50 +0100)
commita9a8c8712665377cfa83af4b632b0db529ec1853
treef36e03082b03f9fbcb038bab05a70d92cc05a813
parentf7d2c948f535b67c48e160f1755b48e9fb8113f6
[3.11] gh-90867: test.support.wait_process() uses LONG_TIMEOUT (#99071) (#99098)

The test.support.wait_process() function now uses a timeout of
LONG_TIMEOUT seconds by default, instead of SHORT_TIMEOUT.  It
doesn't matter if a Python buildbot is slower, it only matters that
the process completes. The timeout should just be shorter than
"forever".

(cherry picked from commit f09da28768b77713566e932e912f107b6b57e8fd)
Lib/test/support/__init__.py