another attempt to prevent failures because of visionmedia/mocha#1292
This commit is contained in:
@ -16,7 +16,7 @@ module.exports = function (branch) {
|
||||
// before running any tests...
|
||||
before(function (done) {
|
||||
// start our personal ES Server
|
||||
this.timeout(0);
|
||||
this.timeout(5 * 60 * 1000);
|
||||
clientManager.create(branch, done);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user