diff --git a/Makefile b/Makefile index b820793ba8..6d1668596c 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ ifeq ($(findstring \[PR-Blocking\],$(GINKGO_FOCUS)),\[PR-Blocking\]) endif override E2E_ARGS += -artifacts-folder="$(ARTIFACTS)" --data-folder="$(E2E_DATA_DIR)" -use-existing-cluster=$(USE_EXISTING_CLUSTER) -override GINKGO_ARGS += -v --trace --timeout=4h --output-dir="$(ARTIFACTS)" --junit-report="junit.e2e_suite.xml" +override GINKGO_ARGS += -v --trace --timeout=5h --output-dir="$(ARTIFACTS)" --junit-report="junit.e2e_suite.xml" ifdef GINKGO_SKIP override GINKGO_ARGS += -skip "$(GINKGO_SKIP)"