mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
increase load delay for modules tests
This commit is contained in:
parent
3a0a02d3ba
commit
b1a46b365b
@ -3,7 +3,7 @@ const helpers = require("./global-setup");
|
|||||||
describe("Display of modules", function () {
|
describe("Display of modules", function () {
|
||||||
beforeAll(function (done) {
|
beforeAll(function (done) {
|
||||||
helpers.startApplication("tests/configs/modules/display.js");
|
helpers.startApplication("tests/configs/modules/display.js");
|
||||||
helpers.getDocument(done);
|
helpers.getDocument(done, 3000);
|
||||||
});
|
});
|
||||||
afterAll(function () {
|
afterAll(function () {
|
||||||
helpers.stopApplication();
|
helpers.stopApplication();
|
||||||
|
@ -3,7 +3,7 @@ const helpers = require("./global-setup");
|
|||||||
describe("Position of modules", function () {
|
describe("Position of modules", function () {
|
||||||
beforeAll(function (done) {
|
beforeAll(function (done) {
|
||||||
helpers.startApplication("tests/configs/modules/positions.js");
|
helpers.startApplication("tests/configs/modules/positions.js");
|
||||||
helpers.getDocument(done, 1000);
|
helpers.getDocument(done, 3000);
|
||||||
});
|
});
|
||||||
afterAll(function () {
|
afterAll(function () {
|
||||||
helpers.stopApplication();
|
helpers.stopApplication();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user