lint and test timeouts for importexportGetPost.js

mochawesome
John McLear 2021-01-27 21:17:58 +00:00
parent 6f364b065d
commit fd7a7b4c6c
1 changed files with 1 additions and 0 deletions

View File

@ -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 () {