From 40f3d4fc644a29eb7ba4dd7e03a53f09de4fb064 Mon Sep 17 00:00:00 2001 From: Thorhildur Thorleiksdottir Date: Thu, 9 Jan 2025 11:34:11 +0000 Subject: [PATCH] fix(j-s): reduce the time between actions --- apps/system-e2e/src/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/system-e2e/src/playwright.config.ts b/apps/system-e2e/src/playwright.config.ts index 22ba859e46e5..bc6e8583b290 100644 --- a/apps/system-e2e/src/playwright.config.ts +++ b/apps/system-e2e/src/playwright.config.ts @@ -73,7 +73,7 @@ const config: PlaywrightTestConfig = { use: { /* Slows down execution in ms */ launchOptions: { - slowMo: 1000, + slowMo: 200, }, }, },