Merge pull request #716 from roramirez/increment-timeouts-test-e2e

Increment timeout e2e test to 20000 ms
This commit is contained in:
Michael Teeuw 2017-02-13 20:37:20 +01:00 committed by GitHub
commit ff19cb68b4
6 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ global.before(function () {
}); });
describe("Argument 'dev'", function () { describe("Argument 'dev'", function () {
this.timeout(10000); this.timeout(20000);
before(function() { before(function() {
// Set config sample for use in test // Set config sample for use in test

View File

@ -22,7 +22,7 @@ global.before(function () {
}); });
describe("Electron app environment", function () { describe("Electron app environment", function () {
this.timeout(10000); this.timeout(20000);
before(function() { before(function() {
// Set config sample for use in test // Set config sample for use in test

View File

@ -22,7 +22,7 @@ global.before(function () {
}); });
describe("Clock set to spanish language module", function () { describe("Clock set to spanish language module", function () {
this.timeout(10000); this.timeout(20000);
describe("with default 24hr clock config", function() { describe("with default 24hr clock config", function() {
before(function() { before(function() {

View File

@ -22,7 +22,7 @@ global.before(function () {
}); });
describe("Clock module", function () { describe("Clock module", function () {
this.timeout(10000); this.timeout(20000);
describe("with default 24hr clock config", function() { describe("with default 24hr clock config", function() {
before(function() { before(function() {

View File

@ -23,7 +23,7 @@ global.before(function () {
}); });
describe("Compliments module", function () { describe("Compliments module", function () {
this.timeout(10000); this.timeout(20000);
describe("parts of days", function() { describe("parts of days", function() {
before(function() { before(function() {

View File

@ -22,7 +22,7 @@ global.before(function () {
}); });
describe("Test helloworld module", function () { describe("Test helloworld module", function () {
this.timeout(10000); this.timeout(20000);
before(function() { before(function() {
// Set config sample for use in test // Set config sample for use in test