Skip to content

Commit b02b048

Browse files
committed
test: increase playwright test timeout
macos seems to time out some times. try this.
1 parent b607ddf commit b02b048

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/plugin-madwizard/plan/plan.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ async function scanNodes(page: Page, children: Tree[], containerSelector: string
114114
}
115115

116116
export default function doPlan(markdown: Input) {
117+
// on macos, sometimes things take a long time to start, try this
118+
test.setTimeout(120000)
119+
117120
test(markdown.input, async () => {
118121
const { app, page } = await startElectron()
119122

0 commit comments

Comments
 (0)