Explorar el Código

disabled navigation timeout (cf issue #197)

Gildas hace 6 años
padre
commit
0690c23768
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 => {