Skip to content

Commit

Permalink
Increases retries to 5
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Apr 22, 2024
1 parent b2409b3 commit 934fdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-cypress-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
- name: Run Cypress Tests with retry
uses: Wandalen/[email protected]
with:
attempt_limit: 2
attempt_limit: 5
attempt_delay: 2000
command: |
yarn add cypress --save-dev
Expand Down

0 comments on commit 934fdcd

Please sign in to comment.