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, }, }, },