Skip to content

Commit 46ee041

Browse files
authored
Merge pull request #5705 from damdo/cloudbuild-bump-timeout
🌱 Bump cloud build timeout to 2h
2 parents d68b12b + cd9d7ef commit 46ee041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudbuild-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See https://cloud.google.com/cloud-build/docs/build-config
2-
timeout: 3000s
2+
timeout: 7200s
33
options:
44
substitution_option: ALLOW_LOOSE
55
steps:

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See https://cloud.google.com/cloud-build/docs/build-config
2-
timeout: 3000s
2+
timeout: 7200s
33
options:
44
substitution_option: ALLOW_LOOSE
55
steps:

0 commit comments

Comments
 (0)