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

Commit

Permalink
test(block-service): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Apr 24, 2016
1 parent bec44b3 commit 83b6e16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/block-service-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 83b6e16

Please sign in to comment.