Commit 1d1c8018 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Add more timeout to predictable testing

TBR=tmrts@chromium.org
NOTRY=true

Bug: v8:9145
Change-Id: Ica93b2c8dc9b90121802c6109c7e102435210e3d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1591607Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61211}
parent c4806ca7
......@@ -722,7 +722,7 @@ class BaseTestRunner(object):
if self.build_config.lite_mode:
factor *= 2
if self.build_config.predictable:
factor *= 2
factor *= 2.5
if self.build_config.use_sanitizer:
factor *= 1.5
......
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