Skip to content

Commit

Permalink
Merge pull request #178 from xing-yang/timeout
Browse files Browse the repository at this point in the history
Increase build timeout
  • Loading branch information
k8s-ci-robot committed Jan 6, 2022
2 parents 51d3702 + 2b9897e commit 4aedf35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cloudbuild.yaml
Expand Up @@ -16,9 +16,8 @@
# To promote release images, see https://github.com/kubernetes/k8s.io/tree/HEAD/k8s.gcr.io/images/k8s-staging-sig-storage.

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

0 comments on commit 4aedf35

Please sign in to comment.