Răsfoiți Sursa

disabled navigation timeout (cf issue #197)

Gildas 6 ani în urmă
părinte
comite
0690c23768
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      cli/back-ends/puppeteer.js

+ 1 - 0
cli/back-ends/puppeteer.js

@@ -92,6 +92,7 @@ exports.getPageData = async options => {
 			await page.waitFor(3000);
 		}
 		await page.goto(options.url, {
+			timeout: 0,
 			waitUntil: options.browserWaitUntil || "networkidle0"
 		});
 		return await page.evaluate(async options => {