Show More
@@ -301,6 +301,7 b' def Popen4(cmd, wd, timeout, env=None):' | |||||
301 | while time.time() - start < timeout and p.returncode is None: |
|
301 | while time.time() - start < timeout and p.returncode is None: | |
302 | time.sleep(0.1) |
|
302 | time.sleep(0.1) | |
303 | p.timeout = True |
|
303 | p.timeout = True | |
|
304 | vlog('# Timout reached for process %d' % p.pid) | |||
304 | if p.returncode is None: |
|
305 | if p.returncode is None: | |
305 | terminate(p) |
|
306 | terminate(p) | |
306 |
|
307 |
General Comments 0
You need to be logged in to leave comments.
Login now