diff --git a/playwright.config.ts b/playwright.config.ts index 27e49efbe..779811d3c 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -10,6 +10,7 @@ import { defineConfig, devices } from '@playwright/test' * See https://playwright.dev/docs/test-configuration. */ export default defineConfig({ + timeout: 120_000, // override the default 30s timeout testDir: './e2e/playwright', /* Run tests in files in parallel */ fullyParallel: true,