##// END OF EJS Templates
run-tests: revert previous commit, run() waits after a timeout
Brendan Cully -
r19438:e8bcd7b0 default
parent child Browse files
Show More
@@ -88,7 +88,6 b' def Popen4(cmd, wd, timeout, env=None):'
88 p.timeout = True
88 p.timeout = True
89 if p.returncode is None:
89 if p.returncode is None:
90 terminate(p)
90 terminate(p)
91 p.wait()
92 threading.Thread(target=t).start()
91 threading.Thread(target=t).start()
93
92
94 return p
93 return p
General Comments 0
You need to be logged in to leave comments. Login now