diff --git a/playwright.config.ts b/playwright.config.ts index bfeeef22..583cf56a 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: 11 * 1000, // 11 seconds testDir: "./e2e", /* Run tests in files in parallel */ fullyParallel: true,