commit | 0ec618af98ac250a91ee9c91f8569e6df6772758 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Oct 08 18:45:43 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue Oct 08 18:45:43 2019 +0200 |
tree | 91c21524bbedfeb7ad0f0ae9e3b50465a290751c | |
parent | e53c5800df3d4a07c9596ed933d431f7f77a2980 [diff] |
bpo-37531: regrtest ignores output on timeout (GH-16659) bpo-37531, bpo-38207: On timeout, regrtest no longer attempts to call `popen.communicate() again: it can hang until all child processes using stdout and stderr pipes completes. Kill the worker process and ignores its output. Reenable test_regrtest.test_multiprocessing_timeout(). bpo-37531: Change also the faulthandler timeout of the main process from 1 minute to 5 minutes, for Python slowest buildbots.