From 934fdcd7630f912fc45009d99c261c6758163757 Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Mon, 22 Apr 2024 15:42:19 -0400 Subject: [PATCH] Increases retries to 5 Signed-off-by: Darshit Chanpura --- .github/actions/run-cypress-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-cypress-tests/action.yml b/.github/actions/run-cypress-tests/action.yml index 164346a73..eae07eac8 100644 --- a/.github/actions/run-cypress-tests/action.yml +++ b/.github/actions/run-cypress-tests/action.yml @@ -88,7 +88,7 @@ runs: - name: Run Cypress Tests with retry uses: Wandalen/wretry.action@v3.3.0 with: - attempt_limit: 2 + attempt_limit: 5 attempt_delay: 2000 command: | yarn add cypress --save-dev