We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c438c commit 467a2e5Copy full SHA for 467a2e5
makefile
@@ -92,7 +92,7 @@ e2e-test: prepare
92
minikube image load $(dockerImage)
93
94
@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/...)
+ cd test; $(if $(saveOutput),gotestsum --junitfile test_results/e2e-tests.xml ./e2e/... -count=1 -timeout 30m, go test -v -count=1 ./e2e/...)
96
97
@echo "=====Delete minikube cluster"
98
minikube delete
0 commit comments