mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
lint and test timeouts for importexportGetPost.js
This commit is contained in:
parent
6f364b065d
commit
fd7a7b4c6c
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ const testPadId = makeid();
|
|||
const testPadIdEnc = encodeURIComponent(testPadId);
|
||||
|
||||
describe(__filename, function () {
|
||||
this.timeout(30000);
|
||||
before(async function () { agent = await common.init(); });
|
||||
|
||||
describe('Connectivity', function () {
|
||||
|
|
Loading…
Reference in a new issue