Skip to content

Commit 340c5ec

Browse files
wip(tests): increase test initialization timeout
1 parent a5bdd2d commit 340c5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsTools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async function createPage({ files, processors= {}}) {
9090

9191
await page.goto(new URL('/index.html', local));
9292

93-
await new Promise(resolve => setTimeout(resolve, 250));
93+
await new Promise(resolve => setTimeout(resolve, 350));
9494

9595
pendingPages.push(page);
9696

0 commit comments

Comments
 (0)