Skip to content

Commit 7eddb8d

Browse files
committed
increase e2e test timeout
1 parent 54aa70d commit 7eddb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -x
55

66
readonly PKGDIR=sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
77

8-
go test --timeout 30m --v "${PKGDIR}/test/e2e/tests" --run-in-prow=true --delete-instances=true --logtostderr
8+
go test --timeout 40m --v "${PKGDIR}/test/e2e/tests" --run-in-prow=true --delete-instances=true --logtostderr

0 commit comments

Comments
 (0)