Skip to content

Commit

Permalink
increase timeout for petty-cache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freshlogic committed Jul 18, 2019
1 parent af947f2 commit 0e48580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/util/geography.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ describe('geography.parseLocation', function() {
});

describe('petty-cache', function() {
this.timeout(10000);

it('should store results in Redis (via petty-cache)', function(done) {
geography.parseLocation('Carrollton, TX', { pettyCache: {} }, function(err, actual) {
assert.ifError(err);
Expand Down

0 comments on commit 0e48580

Please sign in to comment.