diff --git a/frontend/playwright.config.ts b/frontend/playwright.config.ts index a12a9b0..3828370 100644 --- a/frontend/playwright.config.ts +++ b/frontend/playwright.config.ts @@ -70,6 +70,7 @@ export default defineConfig({ /* Run your local dev server before starting the tests */ webServer: { + timeout: 15 * 60 * 1000, command: 'cd .. && ./test_db.sh && cargo r', }, });