Skip to content

Commit

Permalink
Increase timeout tests config_database
Browse files Browse the repository at this point in the history
  • Loading branch information
apozohue10 committed Jan 31, 2019
1 parent 19ca85c commit 8557d2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"jshint": "~2.9.6",
"lint-staged": "^7.3.0",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.3.0",
"nock": "9.0.14",
"prettier": "^1.14.2",
"should": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion test/config/config_database.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config = require('../../config');
// eslint-disable-next-line no-undef
before('Create and populate database', function(done) {
// Mocha default timeout for tests is 2000 and to create database is needed more
this.timeout(5000);
this.timeout(10000);

return new Promise(function(resolve, reject) {
const create_database =
Expand Down

0 comments on commit 8557d2f

Please sign in to comment.