diff --git a/playwright.config.ts b/playwright.config.ts index 7f19a7c0..31412ebe 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -14,5 +14,5 @@ export default defineConfig({ testMatch: "**/*.test.ts", timeout: 200000, fullyParallel: true, - retries: 2, + retries: 1, });