From ca689dc7f68c7ac73c58839b08e877243fb6e3e1 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Tue, 10 Mar 2020 20:59:29 -0400 Subject: [PATCH] Increase timeout on cloud builds --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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