We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c684f6a commit d1332cbCopy full SHA for d1332cb
test/e2e/extend-registry.test.ts
@@ -22,7 +22,7 @@ describe('basic', () => {
22
location: `${parseURL(msg.location().url).pathname}:${msg.location().lineNumber}`,
23
})
24
25
- await page.waitForTimeout(1000)
+ await page.waitForTimeout(5000)
26
expect(logs).toMatchInlineSnapshot(`
27
[
28
{
0 commit comments