Skip to content

Commit bbf0c47

Browse files
authored
Update test/playwright.config.ts
1 parent a784f2d commit bbf0c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config: PlaywrightTestConfig = {
1313
timeout: 60000, // Each test is given 60 seconds.
1414
retries: process.env.CI ? 2 : 1, // Retry in CI due to flakiness.
1515
// Limit the number of failures on CI to save resources
16-
maxFailures: process.env.CI ? 10 : undefined,
16+
maxFailures: process.env.CI ? 3 : undefined,
1717
globalSetup: require.resolve("./utils/globalE2eSetup.ts"),
1818
reporter: "list",
1919
// Put any shared options on the top level.

0 commit comments

Comments
 (0)