1 https://bz.mercurial-scm.org/show_bug.cgi?id=6912
3 --- mercurial-6.8.1/tests/run-tests.py.orig
4 +++ mercurial-6.8.1/tests/run-tests.py
7 while time.time() - start < timeout and p.returncode is None:
10 - vlog('# Timout reached for process %d' % p.pid)
11 if p.returncode is None:
13 + vlog('# Timeout reached for process %d' % p.pid)
16 threading.Thread(target=t).start()