Skip to content

Commit b7217da

Browse files
committed
ci: increase the GCB timeout
We've been seeing some timeouts from the `integration-daily` build since disabling CI-build test-result caching. This should not be too surprising given that the slow Spanner backup/instance tests and samples already take a good part of the allotted 1h, and are subject to scheduling delays in the backend. So, increase the timeout to 2h. I couldn't, for the life of me, figure out how to parameterize the timeout with a `gcloud builds submit --substitutions=`, and chose not to move the value out to a `--timeout=` flag, so this simply raises the limit for all builds. Alternative ideas are welcomed.
1 parent 9cd83cc commit b7217da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/cloudbuild/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ substitutions:
4343
_TRIGGER_TYPE: 'manual'
4444
_LOGS_BUCKET: 'cloud-cpp-community-publiclogs'
4545

46-
timeout: 3600s
46+
timeout: 7200s
4747
tags: [
4848
'${_TRIGGER_TYPE}',
4949
'${_BUILD_NAME}',

0 commit comments

Comments
 (0)