diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-07-10 01:48:17 -0400 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-07-11 08:07:33 +0900 |
commit | 5d9582b2577fc61f38db0b73c5fb864116095572 (patch) | |
tree | 89d8c2e1f11242fb6ca74b5de5f126d588189028 | |
parent | d07850a808efb3415f2ff218675c9f73ac010fb4 (diff) |
Adjust overall timout to 15min
-rw-r--r-- | cloudbuild.yaml | 2 |
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 |