Skip to content

Commit

Permalink
Increase mongodb timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
CreaturePhil committed Mar 30, 2016
1 parent 588f53e commit 961e938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mongo.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function readJSON(cb) {
db.close();
});
});
}, 20);
}, 50);
}

function remove(done) {
Expand Down

0 comments on commit 961e938

Please sign in to comment.