Skip to content

Commit

Permalink
chore: increase default playwright timeouts (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Mar 4, 2024
1 parent 205fbbf commit c52ad49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ async function startPage(framework: (typeof frameworks)[number]) {
}

const page = await pendingPage;
page.setDefaultTimeout(60000);

if (checkCoverage) {
await page.coverage.startJSCoverage({
Expand Down

0 comments on commit c52ad49

Please sign in to comment.