From 2699b4a7cd8744f045224dd257e3ef7a96aebe0c Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:27:20 +0200 Subject: [PATCH] [chore] nb retries to 1 --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, });