diff --git a/playwright.config.ts b/playwright.config.ts index 5b79f3d31..2bd63e8fd 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -29,7 +29,11 @@ export default defineConfig({ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: "on-first-retry", }, - timeout: process.env.CI ? 60000 : 30000, + timeout: process.env.CI ? 60_000 : 30_000, + + expect: { + timeout: process.env.CI ? 10_000 : 8_000, + }, /* Configure projects for major browsers */ projects: [