summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-03-10 20:59:29 -0400
committerIan Lewis <ianlewis@google.com>2020-03-17 07:11:18 +0900
commitca689dc7f68c7ac73c58839b08e877243fb6e3e1 (patch)
treee9464c503583b9f8bc5ba66e9051fad89e90353d
parentacad1aa8cf96950637e9cb58baae3207bbb2f67f (diff)
Increase timeout on cloud builds
-rw-r--r--cloudbuild.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudbuild.yaml b/cloudbuild.yaml
index 21965427b..2d5b5970e 100644
--- a/cloudbuild.yaml
+++ b/cloudbuild.yaml
@@ -78,4 +78,4 @@ steps:
if [[ "$PROJECT_ID" == "gvisor-website" && "$BRANCH_NAME" == "master" ]]; then
gcloud app deploy public/app.yaml;
fi
-timeout: 900s
+timeout: 1200s