◐ Shell
clean mode source ↗

gh-90867: test.support.wait_process() uses LONG_TIMEOUT by vstinner · Pull Request #99071 · python/cpython

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".

vstinner added a commit that referenced this pull request

Nov 4, 2022
… (#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 f09da28)

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Nov 4, 2022
…ythonGH-99071) (pythonGH-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 a9a8c87)

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

miss-islington added a commit that referenced this pull request

Nov 4, 2022
) (GH-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 a9a8c87)

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