mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02:00
Increase Nomulus build timeout (#1613)
We have recently started to routinely breach the 1h timeout. Increasing this value to 2h. We should also look into reusing the artifacts when building RCs for different environments.
This commit is contained in:
parent
f5981a1bf9
commit
e1c0725fb1
1 changed files with 1 additions and 1 deletions
|
@ -144,6 +144,6 @@ artifacts:
|
|||
- 'release/cloudbuild-delete-*.yaml'
|
||||
- 'release/cloudbuild-schema-deploy-*.yaml'
|
||||
|
||||
timeout: 3600s
|
||||
timeout: 7200s
|
||||
options:
|
||||
machineType: 'E2_HIGHCPU_32'
|
||||
|
|
Loading…
Add table
Reference in a new issue