Skip to content

Commit

Permalink
chore: extend script load timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jun 4, 2024
1 parent c684f6a commit d1332cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/extend-registry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('basic', () => {
location: `${parseURL(msg.location().url).pathname}:${msg.location().lineNumber}`,
})
})
await page.waitForTimeout(1000)
await page.waitForTimeout(5000)
expect(logs).toMatchInlineSnapshot(`
[
{
Expand Down

0 comments on commit d1332cb

Please sign in to comment.