diff options
author | Ian Lewis <ianlewis@google.com> | 2020-03-10 20:59:29 -0400 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2020-03-17 07:11:18 +0900 |
commit | ca689dc7f68c7ac73c58839b08e877243fb6e3e1 (patch) | |
tree | e9464c503583b9f8bc5ba66e9051fad89e90353d /cloudbuild.yaml | |
parent | acad1aa8cf96950637e9cb58baae3207bbb2f67f (diff) |
Increase timeout on cloud builds
Diffstat (limited to 'cloudbuild.yaml')
-rw-r--r-- | cloudbuild.yaml | 2 |
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 |