aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Ravi Mistry <rmistry@google.com>2018-03-13 14:26:33 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-13 18:48:12 +0000
commitce14cb6797cbfd8696873373fbf04da4227080fd (patch)
tree8e436a1e515278b490ce31dddbde326563cfd5e2 /infra
parentc582827b762dec991f7ec87721ad4ec605954b3d (diff)
Increase Android framework bot deadline since we are now building more
NoTry: true Bug: skia:7716 Change-Id: I230020a28bcb917fc0cb411858f1cce2a42ed62f Reviewed-on: https://skia-review.googlesource.com/114189 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/android_compile/trigger_wait_ac_task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/android_compile/trigger_wait_ac_task.py b/infra/bots/android_compile/trigger_wait_ac_task.py
index e5be7723c2..61f33350e6 100644
--- a/infra/bots/android_compile/trigger_wait_ac_task.py
+++ b/infra/bots/android_compile/trigger_wait_ac_task.py
@@ -23,7 +23,7 @@ GCE_WEBHOOK_SALT_METADATA_URI = (
POLLING_FREQUENCY_SECS = 60 # 1 minute.
-DEADLINE_SECS = 30 * 60 # 30 minutes.
+DEADLINE_SECS = 40 * 60 # 40 minutes.
class AndroidCompileException(Exception):