Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 83b6e16

Browse files
test(block-service): increase timeout
1 parent bec44b3 commit 83b6e16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/block-service-test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ module.exports = (repo) => {
194194
})
195195
})
196196

197-
it('stores and gets lots of blocks', (done) => {
197+
it('stores and gets lots of blocks', function (done) {
198+
this.timeout(60 * 1000)
199+
198200
const blocks = []
199201
const count = 1000
200202
while (blocks.length < count) {

0 commit comments

Comments
 (0)