From 5d9582b2577fc61f38db0b73c5fb864116095572 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Wed, 10 Jul 2019 01:48:17 -0400 Subject: Adjust overall timout to 15min --- cloudbuild.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cloudbuild.yaml') 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 -- cgit v1.2.3