run-tests: revert previous commit, run() waits after a timeout
authorBrendan Cully <brendan@kublai.com>
Thu, 18 Jul 2013 09:42:44 -0700
changeset 19438 e8bcd7b0a653
parent 19437 6857f554ae0e
child 19439 f4148c36f0aa
run-tests: revert previous commit, run() waits after a timeout
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