mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
tests: Remove overly aggressive timeouts
This commit is contained in:
parent
3c6aef11bd
commit
263105d185
3 changed files with 0 additions and 3 deletions
|
@ -285,7 +285,6 @@ describe(__filename, function () {
|
|||
}
|
||||
|
||||
it(testObj.description, async function () {
|
||||
this.timeout(250);
|
||||
const {window: {document}} = new jsdom.JSDOM(testObj.html);
|
||||
// Create an empty attribute pool
|
||||
const apool = new AttributePool();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue