diff --git a/playwright.config.ts b/playwright.config.ts index bfbe58e4..5f340573 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -20,6 +20,7 @@ export default defineConfig({ /* Opt out of parallel tests on CI. */ workers: process.env.CI ? 1 : undefined, reporter: "html", + timeout: 10000, use: { baseURL: BASE_URL, /* Collect trace when retrying the failed test. */