diff --git a/tests/e2e/dev_console.js b/tests/e2e/dev_console.js index 65837844..b430e9e4 100644 --- a/tests/e2e/dev_console.js +++ b/tests/e2e/dev_console.js @@ -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 diff --git a/tests/e2e/env_spec.js b/tests/e2e/env_spec.js index 77cd418b..4a6bbaef 100644 --- a/tests/e2e/env_spec.js +++ b/tests/e2e/env_spec.js @@ -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 diff --git a/tests/e2e/modules/clock_es_spec.js b/tests/e2e/modules/clock_es_spec.js index 54e0b278..4b44d9e7 100644 --- a/tests/e2e/modules/clock_es_spec.js +++ b/tests/e2e/modules/clock_es_spec.js @@ -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() { diff --git a/tests/e2e/modules/clock_spec.js b/tests/e2e/modules/clock_spec.js index f93d9a9d..e2f5cd27 100644 --- a/tests/e2e/modules/clock_spec.js +++ b/tests/e2e/modules/clock_spec.js @@ -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() { diff --git a/tests/e2e/modules/compliments_spec.js b/tests/e2e/modules/compliments_spec.js index 15790177..794ed400 100644 --- a/tests/e2e/modules/compliments_spec.js +++ b/tests/e2e/modules/compliments_spec.js @@ -23,7 +23,7 @@ global.before(function () { }); describe("Compliments module", function () { - this.timeout(10000); + this.timeout(20000); describe("parts of days", function() { before(function() { diff --git a/tests/e2e/modules/helloworld_spec.js b/tests/e2e/modules/helloworld_spec.js index fc3b3291..d567edad 100644 --- a/tests/e2e/modules/helloworld_spec.js +++ b/tests/e2e/modules/helloworld_spec.js @@ -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