Skip to content

Commit a7bbe87

Browse files
committed
chore(config): extend Playwright server start timeout to 240 seconds for improved reliability
1 parent cf1ff6a commit a7bbe87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig({
1515
command: "pnpm start", // Command to start the dev server
1616
url: "http://localhost:3000", // URL to wait for
1717
reuseExistingServer: !process.env.CI, // Reuse server locally, start fresh in CI
18-
timeout: 120 * 1000, // Increase timeout for server start
18+
timeout: 240 * 1000, // Increase timeout for server start (4 minutes)
1919
},
2020
// Optional: Configure projects for major browsers
2121
// projects: [ { name: 'chromium', use: { ...devices['Desktop Chrome'] } } ],

0 commit comments

Comments
 (0)