Skip to content

Commit 273e799

Browse files
authored
Merge pull request kubernetes#87494 from claudiubelu/image-promoter-timeout-bump
Image Promoter: Bump timeout limit
2 parents a38096a + a3b9058 commit 273e799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/images/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# this must be specified in seconds. If omitted, defaults to 600s (10 mins)
44
# the timeout was increased because some images might take longer to build (e.g.: sample-apiserver, pets/redis-installer)
5-
timeout: 3000s
5+
timeout: 5400s
66
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
77
# or any new substitutions added in the future.
88
options:

0 commit comments

Comments
 (0)