Commit 225537ea authored by Pavel Emelyanov's avatar Pavel Emelyanov

zdtm.py: Wait for tasks to die more

On loaded jenkins nodes sometimes it takes much more than 4 seconds.
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 8cfe8336
......@@ -137,7 +137,7 @@ def tail(path):
def rpidfile(path):
return open(path).readline().strip()
def wait_pid_die(pid, who, tmo = 4):
def wait_pid_die(pid, who, tmo = 30):
stime = 0.1
while stime < tmo:
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment