Commit 43726eef authored by Georg Neis's avatar Georg Neis Committed by Commit Bot

[test] Increase timeout for tests run by predictable_wrapper.py.

R=machenbach@chromium.org, sigurds@chromium.org

Bug: v8:7551
Change-Id: If7aca6477acc86eddd2ca7d96a8b222dca9298c2
Reviewed-on: https://chromium-review.googlesource.com/960662Reviewed-by: 's avatarSigurd Schneider <sigurds@chromium.org>
Commit-Queue: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51917}
parent cc862e69
......@@ -19,6 +19,7 @@ import sys
from testrunner.local import command
MAX_TRIES = 3
TIMEOUT = 120
def main(args):
def allocation_str(stdout):
......@@ -27,7 +28,7 @@ def main(args):
return line
return None
cmd = command.Command(args[0], args[1:])
cmd = command.Command(args[0], args[1:], timeout=TIMEOUT)
previous_allocations = None
for run in range(1, MAX_TRIES + 1):
......
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