testing wait alternatives

This commit is contained in:
Karsten Hassel
2022-01-13 00:13:29 +01:00
parent 65fada7ef1
commit 42b80b18f8
4 changed files with 52 additions and 27 deletions

View File

@@ -3,7 +3,7 @@ const helpers = require("./global-setup");
describe("Check configuration without modules", function () {
beforeAll(function (done) {
helpers.startApplication("tests/configs/without_modules.js");
helpers.getDocument(done, 1000);
helpers.getDocument(done);
});
afterAll(function () {
helpers.stopApplication();