mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
remove timeout
This commit is contained in:
parent
8dbf6bd9e3
commit
11e7e703fb
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ const padManager = require('../../../node/db/PadManager');
|
|||
const settings = require('../../../node/utils/Settings');
|
||||
|
||||
describe(__filename, function () {
|
||||
this.timeout(30000);
|
||||
let agent;
|
||||
const cleanUpPads = async () => {
|
||||
const padIds = ['UPPERCASEpad', 'uppercasepad', 'ALREADYexistingPad', 'alreadyexistingpad'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue