Skip to content

Commit 4387cb1

Browse files
authored
Merge pull request #456 from aramase/increase-timeout
chore: increase cloudbuild timeout to 1h
2 parents 5331aac + a68fd06 commit 4387cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://cloud.google.com/cloud-build/docs/build-config
22

33
# this must be specified in seconds. If omitted, defaults to 600s (10 mins)
4-
timeout: 1800s
4+
timeout: 3600s
55
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
66
# or any new substitutions added in the future.
77
options:

0 commit comments

Comments
 (0)