Skip to content

Commit 0050098

Browse files
authored
Merge pull request #5690 from damdo/bump-ginkgo-timeout
🌱 Bump ginkgo timeout
2 parents c278953 + 36ef6ab commit 0050098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ifeq ($(findstring \[PR-Blocking\],$(GINKGO_FOCUS)),\[PR-Blocking\])
170170
endif
171171

172172
override E2E_ARGS += -artifacts-folder="$(ARTIFACTS)" --data-folder="$(E2E_DATA_DIR)" -use-existing-cluster=$(USE_EXISTING_CLUSTER)
173-
override GINKGO_ARGS += -v --trace --timeout=4h --output-dir="$(ARTIFACTS)" --junit-report="junit.e2e_suite.xml"
173+
override GINKGO_ARGS += -v --trace --timeout=5h --output-dir="$(ARTIFACTS)" --junit-report="junit.e2e_suite.xml"
174174

175175
ifdef GINKGO_SKIP
176176
override GINKGO_ARGS += -skip "$(GINKGO_SKIP)"

0 commit comments

Comments
 (0)