diff options
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 |