Skip to content

Commit a3b9058

Browse files
committed
Image Promoter: Bump timeout limit
50 minutes are not enough for building all the conformance images. Bumps the timeout limit to 90 minutes.
1 parent a38096a commit a3b9058

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)