Commit 81ced4cb authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

test(e2e): configure cypress test retries for CI (#6305)

test: configure retries for cypress CI
parent ab214a81
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment