mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Increment timeout e2e test to 20000 ms
This commit is contained in:
@@ -23,7 +23,7 @@ global.before(function () {
|
||||
});
|
||||
|
||||
describe("Compliments module", function () {
|
||||
this.timeout(10000);
|
||||
this.timeout(20000);
|
||||
|
||||
describe("parts of days", function() {
|
||||
before(function() {
|
||||
|
Reference in New Issue
Block a user