From e0e14dedf900b153e15df3d2c39d145bd481b73f Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Tue, 11 Sep 2018 12:30:13 +0100 Subject: [PATCH] fix: revert increase timeout License: MIT Signed-off-by: Alan Shaw --- test/cli/bitswap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli/bitswap.js b/test/cli/bitswap.js index 6213857c5f..087bb19453 100644 --- a/test/cli/bitswap.js +++ b/test/cli/bitswap.js @@ -20,7 +20,7 @@ describe('bitswap', () => runOn((thing) => { }) before(function (done) { - this.timeout(2 * 60 * 1000) + this.timeout(60 * 1000) PeerId.create({ bits: 512 }, (err, peer) => { expect(err).to.not.exist()