mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
f09da28768
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".