Increase MSAN timeout from 4 to 9 hours.
Recent runs have been timing out. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3562 Change-Id: I891d95fce0506df7ffe6cc57c9d2238bab1e547f Reviewed-on: https://skia-review.googlesource.com/3562 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
parent
4a6b28ef76
commit
4320657fd0
@ -623,7 +623,7 @@
|
||||
"--io-timeout",
|
||||
"2400",
|
||||
"--hard-timeout",
|
||||
"14400",
|
||||
"32400",
|
||||
"--dimension",
|
||||
"cpu",
|
||||
"x86-64-avx2",
|
||||
|
@ -448,6 +448,8 @@ def get_timeouts(builder_cfg):
|
||||
if builder_cfg.get('extra_config', '').startswith('CT_'):
|
||||
hard_timeout = 24*60*60
|
||||
io_timeout = 60*60
|
||||
if 'MSAN' in builder_cfg.get('extra_config', ''):
|
||||
hard_timeout = 9*60*60
|
||||
return expiration, hard_timeout, io_timeout
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user