Skip to content

Commit 467a2e5

Browse files
committed
Increase timeout for Jenkins tests
1 parent 90c438c commit 467a2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ e2e-test: prepare
9292
minikube image load $(dockerImage)
9393

9494
@echo "=====Running e2e tests"
95-
cd test; $(if $(saveOutput),gotestsum --junitfile test_results/e2e-tests.xml ./e2e/... -count=1, go test -v -count=1 ./e2e/...)
95+
cd test; $(if $(saveOutput),gotestsum --junitfile test_results/e2e-tests.xml ./e2e/... -count=1 -timeout 30m, go test -v -count=1 ./e2e/...)
9696

9797
@echo "=====Delete minikube cluster"
9898
minikube delete

0 commit comments

Comments
 (0)