diff --git a/playwright.config.ts b/playwright.config.ts index 070a661..9b06f24 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: 2, + workers: 1, expect: { timeout: 30_000 }, use: { baseURL: