From 487ffa721f797210e9ea031c18a2693cec7cfab1 Mon Sep 17 00:00:00 2001 From: Nico Andres Date: Fri, 13 Mar 2026 14:14:08 +0100 Subject: [PATCH] Increase e2e timeout to 15 min --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed6e74a1..5aac2474 100644 --- a/Makefile +++ b/Makefile @@ -177,7 +177,7 @@ test-acceptance: $(KIND) $(HELM3) build @echo UUT_CONTROLLER=$$UUT_CONTROLLER @$(INFO) ${E2E_IMAGES} @echo "E2E_IMAGES=$$E2E_IMAGES" - 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 @echo "===========Test Summary===========" @grep -E "PASS|FAIL" test-output.log @case `tail -n 1 test-output.log` in \