diff --git a/playwright.config.ts b/playwright.config.ts index b89821bc..d75ad669 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -11,7 +11,7 @@ const isCI = !!process.env.CI; export default defineConfig({ testDir: "tests/e2e", timeout: 30000, - workers: isCI ? 2 : undefined, + workers: isCI ? 1 : undefined, retries: isCI ? 2 : 0, use: { baseURL,