Skip to content

Commit d1332cb

Browse files
committed
chore: extend script load timeout
1 parent c684f6a commit d1332cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/extend-registry.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('basic', () => {
2222
location: `${parseURL(msg.location().url).pathname}:${msg.location().lineNumber}`,
2323
})
2424
})
25-
await page.waitForTimeout(1000)
25+
await page.waitForTimeout(5000)
2626
expect(logs).toMatchInlineSnapshot(`
2727
[
2828
{

0 commit comments

Comments
 (0)