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>
This commit is contained in:
Ravi Mistry 2018-03-13 14:26:33 -04:00 committed by Skia Commit-Bot
parent c582827b76
commit ce14cb6797

View File

@ -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):