fix comment

This commit is contained in:
Hongbo Wu 2022-07-15 21:41:06 +08:00
parent d509b41859
commit d404cd7c4c

View file

@ -744,7 +744,7 @@ async function retrieveHtml(page) {
}
})();
}),
await page.waitForTimeout(1000), //5 second timeout
await page.waitForTimeout(1000), // 1 second timeout
]);
logRecord.timing = { ...logRecord.timing, pageScrolled: Date.now() - pageScrollingStart };