We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e1f2b commit 93db1beCopy full SHA for 93db1be
1 file changed
Makefile
@@ -177,7 +177,7 @@ test-acceptance: $(KIND) $(HELM3) build
177
@echo UUT_CONTROLLER=$$UUT_CONTROLLER
178
@$(INFO) ${E2E_IMAGES}
179
@echo "E2E_IMAGES=$$E2E_IMAGES"
180
- go test -v $(PROJECT_REPO)/test/e2e -tags=e2e -short -count=1 -test.v -run '$(testFilter)' 2>&1 | tee test-output.log
+ go test -v $(PROJECT_REPO)/test/e2e -tags=e2e -short -count=1 -test.v -timeout=15m -run '$(testFilter)' 2>&1 | tee test-output.log
181
@echo "===========Test Summary==========="
182
@grep -E "PASS|FAIL" test-output.log
183
@case `tail -n 1 test-output.log` in \
0 commit comments