diff --git a/playwright.config.ts b/playwright.config.ts index 039dbc7..6851e8a 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -4,13 +4,12 @@ const config: PlaywrightTestConfig = { use: { video: 'retain-on-failure', baseURL: 'http://localhost:3000', - actionTimeout: 10_000, + actionTimeout: 30_000, }, outputDir: './test-results', testDir: './test', timeout: 30_000, - fullyParallel: true, webServer: { command: 'docker compose -f docker-compose.dev.yaml up',