diff --git a/tests/e2e/modules/alert_spec.js b/tests/e2e/modules/alert_spec.js index a557acc5..23461491 100644 --- a/tests/e2e/modules/alert_spec.js +++ b/tests/e2e/modules/alert_spec.js @@ -3,7 +3,7 @@ const helpers = require("../global-setup"); describe("Alert module", function () { beforeAll(function (done) { helpers.startApplication("tests/configs/modules/alert/default.js"); - helpers.getDocument(done, 1000); + helpers.getDocument(done, 3000); }); afterAll(function () { helpers.stopApplication();