Skip to content

Commit

Permalink
fix(tests): Tweak cypress config
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge authored and AndyScherzinger committed Jul 11, 2024
1 parent 9674510 commit cc70db2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ export default defineConfig({
viewportWidth: 1280,
viewportHeight: 720,

// Tries again 2 more times on failure
requestTimeout: 20000,

retries: {
runMode: 2,
runMode: 0,
// do not retry in `cypress open`
openMode: 0,
},
Expand Down

0 comments on commit cc70db2

Please sign in to comment.