Skip to content

Commit 946e549

Browse files
author
Triona Doyle
committed
increase sequential timeout to 240m
Signed-off-by: Triona Doyle <bot@example.com>
1 parent f0df920 commit 946e549

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ e2e-tests-ginkgo: e2e-tests-sequential-ginkgo e2e-tests-parallel-ginkgo ## Runs
156156

157157
.PHONY: e2e-tests-sequential-ginkgo
158158
e2e-tests-sequential-ginkgo: ginkgo ## Runs kuttl e2e sequential tests
159-
@echo "Running GitOps Operator sequential Ginkgo E2E tests..."
160-
$(GINKGO_CLI) -v --trace --timeout 180m -r ./test/openshift/e2e/ginkgo/sequential
159+
@echo "Running GitOps Operator sequential Ginkgo E2E tests..."
160+
$(GINKGO_CLI) -v --trace --timeout 240m -r ./test/openshift/e2e/ginkgo/sequential
161161

162162
.PHONY: e2e-tests-parallel-ginkgo ## Runs kuttl e2e parallel tests, (Defaults to 5 runs at a time)
163163
e2e-tests-parallel-ginkgo: ginkgo
164-
@echo "Running GitOps Operator parallel Ginkgo E2E tests..."
165-
$(GINKGO_CLI) -p -v -procs=5 --trace --timeout 60m -r ./test/openshift/e2e/ginkgo/parallel
164+
@echo "Running GitOps Operator parallel Ginkgo E2E tests..."
165+
$(GINKGO_CLI) -p -v -procs=5 --trace --timeout 60m -r ./test/openshift/e2e/ginkgo/parallel
166166

167167
.PHONY: e2e-tests-sequential
168168
e2e-tests-sequential:

0 commit comments

Comments
 (0)