Skip to content

Commit 1abd2ab

Browse files
author
Triona Doyle
committed
chore: increase sequential ginkgo suite timeout to 240m
Signed-off-by: Triona Doyle <bot@example.com>
1 parent 0a4b661 commit 1abd2ab

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
@@ -169,7 +169,7 @@ e2e-tests-ginkgo: e2e-tests-sequential-ginkgo e2e-tests-parallel-ginkgo ## Runs
169169
.PHONY: e2e-tests-sequential-ginkgo
170170
e2e-tests-sequential-ginkgo: ginkgo ## Runs kuttl e2e sequential tests
171171
@echo "Running GitOps Operator sequential Ginkgo E2E tests..."
172-
$(GINKGO_CLI) -v --trace --timeout 180m -r ./test/openshift/e2e/ginkgo/sequential
172+
$(GINKGO_CLI) -v --trace --timeout 240m -r ./test/openshift/e2e/ginkgo/sequential
173173

174174
.PHONY: e2e-tests-parallel-ginkgo ## Runs kuttl e2e parallel tests, (Defaults to 5 runs at a time)
175175
e2e-tests-parallel-ginkgo: ginkgo

0 commit comments

Comments
 (0)