diff --git a/frontend/playwright.config.ts b/frontend/playwright.config.ts index 5842bf189c..d9b7dc5af7 100644 --- a/frontend/playwright.config.ts +++ b/frontend/playwright.config.ts @@ -6,7 +6,7 @@ const config: PlaywrightTestConfig = { workers: process.env.CI ? 4 : undefined, fullyParallel: true, timeout: 120000, - expect: { timeout: 10000 }, + expect: { timeout: 5000 }, use: { viewport: { width: 1280, height: 720 }, acceptDownloads: true,