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

Commit 69210b6

Browse files
committed
fix: increase sharding timeouts
1 parent bd54989 commit 69210b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/builder-dir-sharding.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const leftPad = require('left-pad')
1919
const CID = require('cids')
2020

2121
describe('builder: directory sharding', function () {
22-
this.timeout(30 * 1000)
22+
this.timeout(60 * 1000)
2323

2424
let ipld
2525

0 commit comments

Comments
 (0)