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

Commit de1ca0e

Browse files
committed
chore: slow browser tests
1 parent feabc66 commit de1ca0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/builder-dir-sharding.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ describe('builder: directory sharding', function () {
266266
const maxDepth = 3
267267
let rootHash
268268

269-
it('imports a big dir', (done) => {
269+
it('imports a big dir', function (done) {
270+
this.timeout(120000)
271+
270272
const push = pushable()
271273
pull(
272274
push,

0 commit comments

Comments
 (0)