Skip to content

Commit 41bc489

Browse files
committed
chore: update timeouts for patternhub
1 parent 4b453d0 commit 41bc489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

showcases/patternhub/playwright.patternhub-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const patternHubConfig: PlaywrightTestConfig = {
2323
},
2424
use: {
2525
/* Maximum time each action such as `click()` can take. Defaults to 0 (no limit). */
26-
actionTimeout: 0,
26+
actionTimeout: 60_000,
2727
/* Base URL to use in actions like `await page.goto('/')`. */
2828
baseURL: `http://localhost:8080${process.env.NEXT_PUBLIC_BASE_PATH ?? ''}/`,
2929

0 commit comments

Comments
 (0)