From 588644513a503b1431a0fe17cceed6c24159ab0d Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Tue, 19 Jun 2018 22:16:17 +0100 Subject: [PATCH] fix: increase bitswap setup timeout for CI License: MIT Signed-off-by: Alan Shaw --- js/src/bitswap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/bitswap.js b/js/src/bitswap.js index 51a6c00a2..46febe6d7 100644 --- a/js/src/bitswap.js +++ b/js/src/bitswap.js @@ -21,7 +21,7 @@ module.exports = (common) => { before(function (done) { // CI takes longer to instantiate the daemon, so we need to increase the // timeout for the before step - this.timeout(60 * 250) + this.timeout(60 * 1000) common.setup((err, factory) => { expect(err).to.not.exist()