Skip to content

Commit 93db1be

Browse files
authored
Increase e2e timeout to 15 min (#223)
1 parent c6e1f2b commit 93db1be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ test-acceptance: $(KIND) $(HELM3) build
177177
@echo UUT_CONTROLLER=$$UUT_CONTROLLER
178178
@$(INFO) ${E2E_IMAGES}
179179
@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
180+
go test -v $(PROJECT_REPO)/test/e2e -tags=e2e -short -count=1 -test.v -timeout=15m -run '$(testFilter)' 2>&1 | tee test-output.log
181181
@echo "===========Test Summary==========="
182182
@grep -E "PASS|FAIL" test-output.log
183183
@case `tail -n 1 test-output.log` in \

0 commit comments

Comments
 (0)