##// END OF EJS Templates
run-test: make it clearer why we terminating process...
marmoute -
r47680:248cbe17 default
parent child Browse files
Show More
@@ -301,6 +301,7 b' def Popen4(cmd, wd, timeout, env=None):'
301 301 while time.time() - start < timeout and p.returncode is None:
302 302 time.sleep(0.1)
303 303 p.timeout = True
304 vlog('# Timout reached for process %d' % p.pid)
304 305 if p.returncode is None:
305 306 terminate(p)
306 307
General Comments 0
You need to be logged in to leave comments. Login now