From f3454544d647092f8d02f36f438b4f7aa7a523ea Mon Sep 17 00:00:00 2001 From: "Adam J. Arling" Date: Fri, 12 Apr 2024 13:31:47 -0500 Subject: [PATCH] Update playwright.config.ts Co-authored-by: mat --- playwright.config.ts | 1 + 1 file changed, 1 insertion(+) 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. */