From 0fb9e0bc8951efa1694f87e1a274163b39cbd2de Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Sat, 16 Oct 2021 00:25:31 +0200 Subject: [PATCH] increase test delay for alert module test --- tests/e2e/modules/alert_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();