Skip to content

Commit 3952ed0

Browse files
committed
Instead of requiring 1 of 3 attempts to succeed, allow 1 of 10
1 parent 89c5a8e commit 3952ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = defineConfig({
1414
retries: {
1515
experimentalStrategy: 'detect-flake-and-pass-on-threshold',
1616
experimentalOptions: {
17-
maxRetries: 2,
17+
maxRetries: 9,
1818
passesRequired: 1,
1919
},
2020

0 commit comments

Comments
 (0)