diff --git a/playwright.config.ts b/playwright.config.ts index 9b06f24..070a661 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -8,7 +8,7 @@ export default defineConfig({ testDir: './tests', testIgnore: ['**/admin_debug.spec.ts'], timeout: 120_000, - workers: 1, + workers: 2, expect: { timeout: 30_000 }, use: { baseURL: