aboutsummaryrefslogtreecommitdiff
path: root/cros_utils
diff options
context:
space:
mode:
authorYunlian Jiang <yunlian@chromium.org>2016-09-02 16:36:20 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-09-02 18:19:20 -0700
commita3e8787abdde02848ff987b67fa9ac0b22e24b7b (patch)
tree1862dc541c4993aa1c5b1410b0921c7b4418f809 /cros_utils
parentf12b7da4343ceda0fe52c950a44bc6a25867c742 (diff)
downloadtoolchain-utils-a3e8787abdde02848ff987b67fa9ac0b22e24b7b.tar.gz
cros_utils: increast timeout for trybot.
This increase time out for trybot jobs to 8 hours. BUG=None TEST=None Change-Id: Ieed04fa7082e4d71ee1ed9cee62e6eb33e6763a9 Reviewed-on: https://chrome-internal-review.googlesource.com/283936 Commit-Ready: Yunlian Jiang <yunlian@google.com> Tested-by: Yunlian Jiang <yunlian@google.com> Reviewed-by: Ting-Yuan Huang <laszio@google.com>
Diffstat (limited to 'cros_utils')
-rw-r--r--cros_utils/buildbot_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cros_utils/buildbot_utils.py b/cros_utils/buildbot_utils.py
index a3813fa5..2ba165e1 100644
--- a/cros_utils/buildbot_utils.py
+++ b/cros_utils/buildbot_utils.py
@@ -14,8 +14,8 @@ from cros_utils import logger
from cros_utils import buildbot_json
SLEEP_TIME = 600 # 10 minutes; time between polling of buildbot.
-TIME_OUT = 18000 # Decide the build is dead or will never finish
-# after this time (5 hours).
+TIME_OUT = 28800 # Decide the build is dead or will never finish
+# after this time (8 hours).
OK_STATUS = [ # List of result status values that are 'ok'.
# This was obtained from:
# https://chromium.googlesource.com/chromium/tools/build/+/