We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c107b commit 22ea001Copy full SHA for 22ea001
src/index.js
@@ -75,8 +75,7 @@ async function analyze (originalUrl) {
75
})
76
// https://github.com/puppeteer/puppeteer/blob/v2.1.0/docs/api.md#pagegotourl-options
77
const response = await page.goto(originalUrl, {
78
- waitUntil: 'networkidle0',
79
- timeout: 5
+ waitUntil: 'networkidle0'
80
81
if (!response.ok()) {
82
const error = new Error(`Website responded with ${response.status()} status code`)
0 commit comments