From 83b6e166709eb84710f86a727926622c1b2ba87d Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Sun, 24 Apr 2016 22:30:00 +0200 Subject: [PATCH] test(block-service): increase timeout --- test/block-service-test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/block-service-test.js b/test/block-service-test.js index b146efc..ce170c9 100644 --- a/test/block-service-test.js +++ b/test/block-service-test.js @@ -194,7 +194,9 @@ module.exports = (repo) => { }) }) - it('stores and gets lots of blocks', (done) => { + it('stores and gets lots of blocks', function (done) { + this.timeout(60 * 1000) + const blocks = [] const count = 1000 while (blocks.length < count) {