diff --git a/patches/wappalyzer+6.10.66.patch b/patches/wappalyzer+6.10.66.patch index 3eb4dd2..b5cb37f 100644 --- a/patches/wappalyzer+6.10.66.patch +++ b/patches/wappalyzer+6.10.66.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/wappalyzer/driver.js b/node_modules/wappalyzer/driver.js -index abfbcad..8fdbfe2 100644 +index abfbcad..0329564 100644 --- a/node_modules/wappalyzer/driver.js +++ b/node_modules/wappalyzer/driver.js @@ -16,7 +16,7 @@ const chromiumArgs = CHROMIUM_ARGS @@ -56,6 +56,15 @@ index abfbcad..8fdbfe2 100644 ignoreHTTPSErrors: true, acceptInsecureCerts: true, args: chromiumArgs, +@@ -776,7 +807,7 @@ class Site { + } + + // HTML +- let html = await this.promiseTimeout(page.content(), '', 'Timeout (html)') ++ let html = await this.promiseTimeout(page.content(), '', 'Timeout (html)', 4 * this.options.maxWait) + + if (this.options.htmlMaxCols && this.options.htmlMaxRows) { + const batches = [] @@ -1088,21 +1119,26 @@ class Site { let page