Skip to content

Commit 2b9897e

Browse files
committed
Increase build timeout
1 parent 51d3702 commit 2b9897e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cloudbuild.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
# To promote release images, see https://github.com/kubernetes/k8s.io/tree/HEAD/k8s.gcr.io/images/k8s-staging-sig-storage.
1717

1818
# This must be specified in seconds. If omitted, defaults to 600s (10 mins).
19-
# Building three images in external-snapshotter takes roughly half an hour,
20-
# sometimes more.
21-
timeout: 3600s
19+
# Building three images in external-snapshotter takes more than an hour.
20+
timeout: 7200s
2221
# This prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
2322
# or any new substitutions added in the future.
2423
options:

0 commit comments

Comments
 (0)