]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90867: test.support.wait_process() uses LONG_TIMEOUT (#99071)
authorVictor Stinner <vstinner@python.org>
Fri, 4 Nov 2022 13:41:33 +0000 (14:41 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Nov 2022 13:41:33 +0000 (14:41 +0100)
commitf09da28768b77713566e932e912f107b6b57e8fd
treefd3b5d3db633ca49da0e249444543fd349762a4c
parent387f72588d538bc56669f0f28cc41df854fc5b43
gh-90867: test.support.wait_process() uses LONG_TIMEOUT (#99071)

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".
Lib/test/support/__init__.py