Skip to content

Commit d554ff1

Browse files
Decreate CI E2E retries
1 parent 776abe8 commit d554ff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
forbidOnly: !!process.env.CI,
1818
/* Retry on CI only */
1919
retries: process.env.CI ? 5 : 1,
20-
repeatEach: process.env.CI ? 25 : 1,
20+
repeatEach: process.env.CI ? 10 : 1,
2121
/* Opt out of parallel tests on CI. */
2222
workers: process.env.CI ? 4 : undefined,
2323
/* Reporter to use. See https://playwright.dev/docs/test-reporters */

0 commit comments

Comments
 (0)