Skip to content

Commit

Permalink
increase timeout in beforeEach test for Travis CI which is sometimes …
Browse files Browse the repository at this point in the history
…slow
  • Loading branch information
Pierre-Gilles committed Sep 25, 2016
1 parent 3778206 commit 2e84047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bootstrap.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ before(function(done) {
});

beforeEach(function(done){
this.timeout(20000);
this.timeout(40000);
fillDatabaseWithFixtures(function(err){
if(err) return done(err);

Expand Down

0 comments on commit 2e84047

Please sign in to comment.