Skip to content

Commit cc46c04

Browse files
committed
Increased the number of retries of cypress
Some tests are flaky therefore increase the retries.
1 parent 9877f7f commit cc46c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
numTestsKeptInMemory: 2,
1414

1515
retries: {
16-
runMode: 1,
16+
runMode: 3,
1717
openMode: 0,
1818
},
1919

0 commit comments

Comments
 (0)