aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/+/