Commit 5df4e836 authored by Michael Achenbach's avatar Michael Achenbach Committed by V8 LUCI CQ

[test] Extend timeouts for tsan

No-Tree-Checks: true
Bug: v8:11784
Change-Id: I5dc72339fa7d72022cdfaad028297f572df2e907
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2902739
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Auto-Submit: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Reviewed-by: 's avatarSathya Gunasekaran  <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74632}
parent 80d11fce
...@@ -734,6 +734,8 @@ class BaseTestRunner(object): ...@@ -734,6 +734,8 @@ class BaseTestRunner(object):
factor *= 2 factor *= 2
if self.build_config.predictable: if self.build_config.predictable:
factor *= 4 factor *= 4
if self.build_config.tsan:
factor *= 1.5
if self.build_config.use_sanitizer: if self.build_config.use_sanitizer:
factor *= 1.5 factor *= 1.5
if self.build_config.is_full_debug: if self.build_config.is_full_debug:
......
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