Update playwright.config.ts

This commit is contained in:
2025-12-24 11:37:27 +00:00
committed by GitHub
parent e9baff7c0c
commit 55ecde04b0

View File

@@ -37,6 +37,6 @@ export default defineConfig({
command: 'npm run dev',
url: 'http://localhost:5173',
reuseExistingServer: !process.env.CI,
timeout: 120 * 1000,
timeout: 300 * 1000,
},
});