We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9681243 commit a059129Copy full SHA for a059129
test/playwright.config.ts
@@ -11,7 +11,7 @@ import path from "path"
11
// PWDEBUG=1 yarn test:e2e # Run Playwright inspector
12
const config: PlaywrightTestConfig = {
13
testDir: path.join(__dirname, "e2e"), // Search for tests in this directory.
14
- timeout: 60000, // Each test is given 60 seconds.
+ timeout: 120000, // Each test is given 120 seconds.
15
retries: process.env.CI ? 2 : 1, // Retry in CI due to flakiness.
16
// Limit the number of failures on CI to save resources
17
maxFailures: process.env.CI ? 3 : undefined,
0 commit comments