Skip to content

Commit

Permalink
fix: updated anvil catalog test timeout to match anvil cmg (#4334) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaten authored Jan 17, 2025
1 parent 990e670 commit 63948cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright_anvil-catalog.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 63948cf

Please sign in to comment.