summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2019-10-08-16-42-05.bpo-37531.7v-_Ca.rst
blob: 78ab636516514c69b4f59cd7b75b2ffed11888f4 (plain)
1
2
3
4
5
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. Change also the
faulthandler timeout of the main process from 1 minute to 5 minutes, for Python
slowest buildbots.