Skip to content

Commit

Permalink
Increase retry attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Nov 22, 2023
1 parent f767f24 commit 9ae10f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
trashAssetsBeforeRuns: true,

retries: {
runMode: 1,
runMode: 2,
openMode: 0,
},
e2e: {
Expand Down

0 comments on commit 9ae10f6

Please sign in to comment.