Increase MSAN timeout from 4 to 9 hours.
authorBen Wagner <benjaminwagner@google.com>
Mon, 17 Oct 2016 17:29:02 +0000 (13:29 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 17 Oct 2016 17:56:24 +0000 (17:56 +0000)
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>

infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN.json
infra/bots/recipes/swarm_trigger.py

index 7385bfb..15b4d8d 100644 (file)
@@ -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