From 63948cfd447b42a3f48eb5bf673059155243b91a Mon Sep 17 00:00:00 2001 From: Jonah Paten Date: Fri, 17 Jan 2025 12:58:52 -0800 Subject: [PATCH] fix: updated anvil catalog test timeout to match anvil cmg (#4334) (#4344) --- playwright_anvil-catalog.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright_anvil-catalog.config.ts b/playwright_anvil-catalog.config.ts index f14c06141..751d58fac 100644 --- a/playwright_anvil-catalog.config.ts +++ b/playwright_anvil-catalog.config.ts @@ -22,7 +22,7 @@ const config: PlaywrightTestConfig = { ], testDir: "e2e", testMatch: "**/e2e/anvil-catalog/*.spec.ts", - timeout: 60 * 1000, + timeout: 240 * 1000, use: { baseURL: "http://localhost:3000/", screenshot: "only-on-failure",