Skip to content

Commit

Permalink
feat: remove retries
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Sep 23, 2024
1 parent 24eadcd commit 92c1fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
},
},
e2e: {
retries: 5,
// retries: 5,
baseUrl: 'http://localhost:3000',
defaultCommandTimeout: 10000,
pageLoadTimeout: 90000,
Expand Down

0 comments on commit 92c1fbd

Please sign in to comment.