diff --git a/tests/playwright.config.ts b/tests/playwright.config.ts index 342851a7a..15c1de490 100644 --- a/tests/playwright.config.ts +++ b/tests/playwright.config.ts @@ -11,7 +11,7 @@ import { defineConfig, devices } from '@playwright/test'; */ export default defineConfig({ testDir: './scenarios', - timeout: 30 * 1000, + timeout: 60 * 1000, expect: { timeout: 5000, },