Skip to content

Commit

Permalink
Bump Google Cloud Build timeout to 15m (#305)
Browse files Browse the repository at this point in the history
* Bump Google Cloud Build timeout to 15m

* Update cloudbuild.yaml

Co-authored-by: swh <[email protected]>

---------

Co-authored-by: swh <[email protected]>
  • Loading branch information
TristonianJones and l46kok authored Aug 2, 2023
1 parent 873d4d5 commit 63e9180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ steps:
args: ['test', '--test_output=errors', '...']
id: bazel-test
waitFor: ['-']
timeout: 10m
timeout: 15m
options:
machineType: 'N1_HIGHCPU_8'
machineType: 'N1_HIGHCPU_32'

0 comments on commit 63e9180

Please sign in to comment.