summaryrefslogtreecommitdiffhomepage
path: root/cloudbuild.yaml
diff options
context:
space:
mode:
authorIan Lewis <ianmlewis@gmail.com>2019-07-10 01:48:17 -0400
committerIan Lewis <ianlewis@google.com>2019-07-11 08:07:33 +0900
commit5d9582b2577fc61f38db0b73c5fb864116095572 (patch)
tree89d8c2e1f11242fb6ca74b5de5f126d588189028 /cloudbuild.yaml
parentd07850a808efb3415f2ff218675c9f73ac010fb4 (diff)
Adjust overall timout to 15min
Diffstat (limited to 'cloudbuild.yaml')
-rw-r--r--cloudbuild.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/cloudbuild.yaml b/cloudbuild.yaml
index d44b448f5..ba1b3b323 100644
--- a/cloudbuild.yaml
+++ b/cloudbuild.yaml
@@ -75,3 +75,5 @@ steps:
if [[ "$PROJECT_ID" == "gvisor-website" && "$BRANCH_NAME" == "master" ]]; then
gcloud app deploy public/app.yaml;
fi
+# 15min
+timeout: 900s