Skip to content

Commit

Permalink
Merge pull request #628 from k8s-infra-cherrypick-robot/cherry-pick-4…
Browse files Browse the repository at this point in the history
…53-to-release-1.3

[release-1.3] Bump cloudbuild and e2e test timeout
  • Loading branch information
tyuchn authored Oct 3, 2023
2 parents f9df9fd + 48fa827 commit 134a0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# To promote release images, see https://github.com/kubernetes/k8s.io/tree/main/k8s.gcr.io/images/k8s-staging-cloud-provider-gcp.

# This must be specified in seconds. If omitted, defaults to 600s (10 mins).
timeout: 1200s
timeout: 1800s
# 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
2 changes: 1 addition & 1 deletion test/run_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -x

readonly PKGDIR=sigs.k8s.io/gcp-filestore-csi-driver

go test --mod=vendor --timeout 20m --v=true "${PKGDIR}/test/e2e/tests" --logtostderr --run-in-prow=true --delete-instances=true
go test --mod=vendor --timeout 35m --v=true "${PKGDIR}/test/e2e/tests" --logtostderr --run-in-prow=true --delete-instances=true

0 comments on commit 134a0f8

Please sign in to comment.