mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04: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);
|
const testPadIdEnc = encodeURIComponent(testPadId);
|
||||||
|
|
||||||
describe(__filename, function () {
|
describe(__filename, function () {
|
||||||
|
this.timeout(30000);
|
||||||
before(async function () { agent = await common.init(); });
|
before(async function () { agent = await common.init(); });
|
||||||
|
|
||||||
describe('Connectivity', function () {
|
describe('Connectivity', function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue