Skip to content

Commit 0bf4bb8

Browse files
authored
ci: increase the GCB timeout (#6795)
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.
1 parent 9cd83cc commit 0bf4bb8

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)