Skip to content

Commit a15d377

Browse files
trdoyle81alkakumari016Triona Doyle
authored
Increase sequential testing timeout (#1096)
* Added a doc file ffor configuring RAG knowledge of Gitops and Argocd to the Lightspeed (#1095) Signed-off-by: Alka Kumari <alkumari@redhat.com> Signed-off-by: Triona Doyle <bot@example.com> * Update sequential test timout to 210m Signed-off-by: Triona Doyle <bot@example.com> --------- Signed-off-by: Alka Kumari <alkumari@redhat.com> Signed-off-by: Triona Doyle <bot@example.com> Co-authored-by: Alka Kumari <48486620+alkakumari016@users.noreply.github.com> Co-authored-by: Triona Doyle <bot@example.com>
1 parent bfb60dd commit a15d377

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 210m -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)