Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
chore: slow browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 4, 2019
1 parent feabc66 commit de1ca0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/builder-dir-sharding.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ describe('builder: directory sharding', function () {
const maxDepth = 3
let rootHash

it('imports a big dir', (done) => {
it('imports a big dir', function (done) {
this.timeout(120000)

const push = pushable()
pull(
push,
Expand Down

0 comments on commit de1ca0e

Please sign in to comment.