From 040161c1abc77c7a547d84244e5b2643f73766d4 Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Mon, 23 May 2016 14:12:42 -0700 Subject: [PATCH] fix @stefdv 's deep path put bug --- test/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common.js b/test/common.js index 70b352ab..f1914924 100644 --- a/test/common.js +++ b/test/common.js @@ -2251,8 +2251,8 @@ describe('Gun', function(){ }); }); - it('path should not slowdown', function(done){ - this.timeout(5000); + it('path should not slow down', function(done){ + this.timeout(10000); //this.timeout(60000); //Gun.log.debug = 100; console.log("~~~~~~~~~~~~~~~~~~~~~~~~~~~~");