mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
timeout for contentcollector.js
This commit is contained in:
parent
7696ec0a02
commit
28617ee9d0
1 changed files with 1 additions and 0 deletions
|
@ -285,6 +285,7 @@ describe(__filename, function () {
|
|||
}
|
||||
|
||||
it(testObj.description, async function () {
|
||||
this.timeout(150);
|
||||
const $ = cheerio.load(testObj.html); // Load HTML into Cheerio
|
||||
const doc = $('body')[0]; // Creates a dom-like representation of HTML
|
||||
// Create an empty attribute pool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue