increase test delay for alert module test

This commit is contained in:
Karsten Hassel
2021-10-16 00:25:31 +02:00
parent 000c34ef73
commit 0fb9e0bc89

View File

@@ -3,7 +3,7 @@ const helpers = require("../global-setup");
describe("Alert module", function () { describe("Alert module", function () {
beforeAll(function (done) { beforeAll(function (done) {
helpers.startApplication("tests/configs/modules/alert/default.js"); helpers.startApplication("tests/configs/modules/alert/default.js");
helpers.getDocument(done, 1000); helpers.getDocument(done, 3000);
}); });
afterAll(function () { afterAll(function () {
helpers.stopApplication(); helpers.stopApplication();