diff --git a/frontend/playwright.config.ts b/frontend/playwright.config.ts index b5a976e0..7cdc203b 100644 --- a/frontend/playwright.config.ts +++ b/frontend/playwright.config.ts @@ -38,10 +38,10 @@ export default defineConfig({ }, }, { - command: 'npm run build && npm run preview -- --host 127.0.0.1 --port 4173', + command: 'NODE_OPTIONS="--max-old-space-size=4096" npm run build && npm run preview -- --host 127.0.0.1 --port 4173', url: frontendBaseUrl, reuseExistingServer: !process.env.CI, - timeout: 120_000, + timeout: 180_000, env: { ...process.env, VITE_API_URL: apiOrigin,