Skip to content
Snippets Groups Projects
Verified Commit 082c851e authored by Antoine Lambert's avatar Antoine Lambert
Browse files

cypress: Bump number of test retries to migitate flakiness on Jenkins

parent 1937cebc
No related branches found
No related tags found
No related merge requests found
Pipeline #14347 failed
......@@ -31,7 +31,7 @@ module.exports = defineConfig({
SKIP_SLOW_TESTS: 1
},
retries: {
runMode: 4
runMode: 6
},
hmrUrl: 'ws://127.0.0.1:3000/ws',
hmrRestartDelay: 5000,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment