# HG changeset patch # User Brendan Cully # Date 1374165764 25200 # Node ID e8bcd7b0a653138d14a140c771f43252bf686432 # Parent 6857f554ae0efa9a267b261f3d1546509f46f035 run-tests: revert previous commit, run() waits after a timeout diff -r 6857f554ae0e -r e8bcd7b0a653 tests/run-tests.py --- a/tests/run-tests.py Thu Jul 18 09:39:01 2013 -0700 +++ b/tests/run-tests.py Thu Jul 18 09:42:44 2013 -0700 @@ -88,7 +88,6 @@ p.timeout = True if p.returncode is None: terminate(p) - p.wait() threading.Thread(target=t).start() return p