[fuzz] Increase subset runner timeout for tsan bot
Now is flaky let's just increase and maybe investigate later
This commit is contained in:
parent
b65bad18aa
commit
f8242b61ab
|
@ -33,7 +33,7 @@ def cmd(command):
|
|||
def timeout(p, is_killed):
|
||||
is_killed['value'] = True
|
||||
p.kill()
|
||||
timer = threading.Timer (5, timeout, [p, is_killed])
|
||||
timer = threading.Timer (6, timeout, [p, is_killed])
|
||||
|
||||
try:
|
||||
timer.start()
|
||||
|
|
Loading…
Reference in New Issue