From bb2d026c71a1fa9da9620c4ac1bf0f4737b033cc Mon Sep 17 00:00:00 2001 From: haad Date: Mon, 23 May 2016 12:42:49 +0200 Subject: [PATCH] Increase test timeout --- test/client.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/client.test.js b/test/client.test.js index 9729578..6614ab7 100644 --- a/test/client.test.js +++ b/test/client.test.js @@ -74,8 +74,6 @@ IpfsApis.forEach(function(ipfsApi) { const cacheFile = path.join(process.cwd(), '/test', 'orbit-db-test-cache.json'); before(async(function (done) { - this.timeout(20000); - try { ipfs = await(ipfsApi.start()); // const str = fs.readFileSync('./test/network.json', 'utf-8');