lint and test timeouts for importexportGetPost.js

This commit is contained in:
John McLear 2021-01-27 21:17:58 +00:00
parent 6f364b065d
commit fd7a7b4c6c

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