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

Commit bf9a670

Browse files
daviddiasvmx
authored andcommitted
chore: update deps
1 parent 9880841 commit bf9a670

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
@@ -105,7 +105,9 @@ module.exports = (repo) => {
105105
})
106106
})
107107

108-
it('stores and gets lots of blocks', (done) => {
108+
it('stores and gets lots of blocks', function (done) {
109+
this.timeout(8 * 1000)
110+
109111
const data = _.range(1000).map((i) => {
110112
return Buffer.from(`hello-${i}-${Math.random()}`)
111113
})

0 commit comments

Comments
 (0)