timeout for contentcollector.js

This commit is contained in:
John McLear 2021-01-27 20:13:04 +00:00
parent 7696ec0a02
commit 28617ee9d0

View file

@ -285,6 +285,7 @@ describe(__filename, function () {
} }
it(testObj.description, async function () { it(testObj.description, async function () {
this.timeout(150);
const $ = cheerio.load(testObj.html); // Load HTML into Cheerio const $ = cheerio.load(testObj.html); // Load HTML into Cheerio
const doc = $('body')[0]; // Creates a dom-like representation of HTML const doc = $('body')[0]; // Creates a dom-like representation of HTML
// Create an empty attribute pool // Create an empty attribute pool