diff --git a/playwright.config.ts b/playwright.config.ts index 30f17cbc8..e30cb9c20 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -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, }, });