We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b453d0 commit 41bc489Copy full SHA for 41bc489
showcases/patternhub/playwright.patternhub-config.ts
@@ -23,7 +23,7 @@ const patternHubConfig: PlaywrightTestConfig = {
23
},
24
use: {
25
/* Maximum time each action such as `click()` can take. Defaults to 0 (no limit). */
26
- actionTimeout: 0,
+ actionTimeout: 60_000,
27
/* Base URL to use in actions like `await page.goto('/')`. */
28
baseURL: `http://localhost:8080${process.env.NEXT_PUBLIC_BASE_PATH ?? ''}/`,
29
0 commit comments