mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
ae5317d309
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 commita9a8c87126) Co-authored-by: Victor Stinner <vstinner@python.org> (cherry picked from commitf09da28768)