Skip to content

Commit

Permalink
test(e2e): configure cypress test retries for CI (Uniswap#6305)
Browse files Browse the repository at this point in the history
test: configure retries for cypress CI
  • Loading branch information
zzmp authored Apr 6, 2023
1 parent ab214a8 commit 81ced4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default defineConfig({
videoUploadOnPasses: false,
defaultCommandTimeout: 24000, // 2x average block time
chromeWebSecurity: false,
retries: { runMode: 2 },
e2e: {
setupNodeEvents(on, config) {
codeCoverageTask(on, config)
Expand Down

0 comments on commit 81ced4c

Please sign in to comment.