From 0e48580cdd8e93c9516f15b86706c301eb91d8aa Mon Sep 17 00:00:00 2001 From: Shawn Miller Date: Thu, 18 Jul 2019 14:12:21 -0500 Subject: [PATCH] increase timeout for petty-cache tests --- test/util/geography.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/util/geography.js b/test/util/geography.js index bc5b3b2..ddf09e0 100644 --- a/test/util/geography.js +++ b/test/util/geography.js @@ -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);