We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1ff6a commit a7bbe87Copy full SHA for a7bbe87
playwright.config.ts
@@ -15,7 +15,7 @@ export default defineConfig({
15
command: "pnpm start", // Command to start the dev server
16
url: "http://localhost:3000", // URL to wait for
17
reuseExistingServer: !process.env.CI, // Reuse server locally, start fresh in CI
18
- timeout: 120 * 1000, // Increase timeout for server start
+ timeout: 240 * 1000, // Increase timeout for server start (4 minutes)
19
},
20
// Optional: Configure projects for major browsers
21
// projects: [ { name: 'chromium', use: { ...devices['Desktop Chrome'] } } ],
0 commit comments