mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Merge pull request #716 from roramirez/increment-timeouts-test-e2e
Increment timeout e2e test to 20000 ms
This commit is contained in:
commit
ff19cb68b4
@ -22,7 +22,7 @@ global.before(function () {
|
||||
});
|
||||
|
||||
describe("Argument 'dev'", function () {
|
||||
this.timeout(10000);
|
||||
this.timeout(20000);
|
||||
|
||||
before(function() {
|
||||
// Set config sample for use in test
|
||||
|
@ -22,7 +22,7 @@ global.before(function () {
|
||||
});
|
||||
|
||||
describe("Electron app environment", function () {
|
||||
this.timeout(10000);
|
||||
this.timeout(20000);
|
||||
|
||||
before(function() {
|
||||
// Set config sample for use in test
|
||||
|
@ -22,7 +22,7 @@ global.before(function () {
|
||||
});
|
||||
|
||||
describe("Clock set to spanish language module", function () {
|
||||
this.timeout(10000);
|
||||
this.timeout(20000);
|
||||
|
||||
describe("with default 24hr clock config", function() {
|
||||
before(function() {
|
||||
|
@ -22,7 +22,7 @@ global.before(function () {
|
||||
});
|
||||
|
||||
describe("Clock module", function () {
|
||||
this.timeout(10000);
|
||||
this.timeout(20000);
|
||||
|
||||
describe("with default 24hr clock config", function() {
|
||||
before(function() {
|
||||
|
@ -23,7 +23,7 @@ global.before(function () {
|
||||
});
|
||||
|
||||
describe("Compliments module", function () {
|
||||
this.timeout(10000);
|
||||
this.timeout(20000);
|
||||
|
||||
describe("parts of days", function() {
|
||||
before(function() {
|
||||
|
@ -22,7 +22,7 @@ global.before(function () {
|
||||
});
|
||||
|
||||
describe("Test helloworld module", function () {
|
||||
this.timeout(10000);
|
||||
this.timeout(20000);
|
||||
|
||||
before(function() {
|
||||
// Set config sample for use in test
|
||||
|
Loading…
x
Reference in New Issue
Block a user