未验证 提交 e21bdf50 编写于 作者: E Ebrahim Byagowi 提交者: GitHub

Increase subset fuzzer timeout to 8s

Probably we should just remove timeout when running tsan and vaglrind here, the flaky bots
上级 87454c44
......@@ -33,7 +33,7 @@ def cmd(command):
def timeout(p, is_killed):
is_killed['value'] = True
p.kill()
timer = threading.Timer (6, timeout, [p, is_killed])
timer = threading.Timer (8, timeout, [p, is_killed])
try:
timer.start()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册