Skip to content

Commit

Permalink
decrease timeout to wait for db
Browse files Browse the repository at this point in the history
  • Loading branch information
zemirco committed May 22, 2014
1 parent 98589db commit 8966536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before(function(done) {

setTimeout(function() {
done();
}, 3000);
}, 1000);

});

Expand Down

0 comments on commit 8966536

Please sign in to comment.