File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
158158e2e-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)
163163e2e-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
168168e2e-tests-sequential :
You can’t perform that action at this time.
0 commit comments