Skip to content

Commit

Permalink
bump build and e2e test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tyuchn committed Mar 16, 2023
1 parent 0b8b278 commit 09ffe95
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/registry.k8s.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 09ffe95

Please sign in to comment.