Skip to content

Commit 6dbe6f9

Browse files
committed
use add ginkgo timeout
1 parent 5ed35ca commit 6dbe6f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ test-e2e: image-stackit-csi-plugin-test $(KUBETEST2_TESTER_GINKGO) $(KUBETEST2_S
162162
--skip-regex="\[Feature:|\[Disruptive\]|\[Serial\]" \
163163
--ginkgo-args="-v" \
164164
--parallel="$(E2E_PARALLEL_NODES)" \
165-
--test-args="--storage.testdriver=$(CURDIR)/_rundir/$(E2E_RUN_ID)/csi-testdriver.yaml"
165+
--test-args="--storage.testdriver=$(CURDIR)/_rundir/$(E2E_RUN_ID)/csi-testdriver.yaml" \
166+
--timeout="90m"
166167

167168
# generate mock types for the following services (space-separated list)
168169
.PHONY: mocks

0 commit comments

Comments
 (0)