mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00: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:
@@ -144,6 +144,6 @@ artifacts:
|
||||
- 'release/cloudbuild-delete-*.yaml'
|
||||
- 'release/cloudbuild-schema-deploy-*.yaml'
|
||||
|
||||
timeout: 3600s
|
||||
timeout: 7200s
|
||||
options:
|
||||
machineType: 'E2_HIGHCPU_32'
|
||||
|
||||
Reference in New Issue
Block a user