Skip to content

Commit 63948cf

Browse files
author
Jonah Paten
authored
fix: updated anvil catalog test timeout to match anvil cmg (#4334) (#4344)
1 parent 990e670 commit 63948cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright_anvil-catalog.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const config: PlaywrightTestConfig = {
2222
],
2323
testDir: "e2e",
2424
testMatch: "**/e2e/anvil-catalog/*.spec.ts",
25-
timeout: 60 * 1000,
25+
timeout: 240 * 1000,
2626
use: {
2727
baseURL: "http://localhost:3000/",
2828
screenshot: "only-on-failure",

0 commit comments

Comments
 (0)