From 780dca4f25baeb1c442440b0afee9ef41e3ec11e Mon Sep 17 00:00:00 2001 From: Anton Troshin Date: Wed, 26 Feb 2025 15:13:17 -0600 Subject: [PATCH] Increase timeout for e2e upgrade tests to 60 minutes Signed-off-by: Anton Troshin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 298c35d2d..3bc4b4005 100644 --- a/Makefile +++ b/Makefile @@ -174,7 +174,7 @@ e2e-build-run-k8s: build test-e2e-k8s ################################################################################ .PHONY: test-e2e-upgrade test-e2e-upgrade: test-deps - gotestsum --jsonfile $(TEST_OUTPUT_FILE) --format standard-verbose -- -timeout 40m -count=1 -tags=e2e ./tests/e2e/upgrade/... + gotestsum --jsonfile $(TEST_OUTPUT_FILE) --format standard-verbose -- -timeout 60m -count=1 -tags=e2e ./tests/e2e/upgrade/... ################################################################################ # Build, E2E Tests for Kubernetes Upgrade #