Skip to content

Commit

Permalink
Increase Cloud Build timeout to 2h (#492)
Browse files Browse the repository at this point in the history
Looks like builds sometimes take a bit longer than 30m, so increasing
the timeout.
  • Loading branch information
markmandel authored Feb 22, 2022
1 parent 44903d1 commit 99aa917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ options:
- "CARGO_HOME=/workspace/.cargo"
machineType: E2_HIGHCPU_32
dynamic_substitutions: true
timeout: 1800s
timeout: 7200s
substitutions:
_BUILD_IMAGE_TAG: us-docker.pkg.dev/${PROJECT_ID}/ci/build-image
logsBucket: "gs://quilkin-build-logs"

0 comments on commit 99aa917

Please sign in to comment.