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

Commit 1e8aaad

Browse files
test: more timeouts
1 parent b4bba29 commit 1e8aaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/builder-dir-sharding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const leftPad = require('left-pad')
1818

1919
module.exports = (repo) => {
2020
describe('builder: directory sharding', function () {
21-
this.timeout(20 * 1000)
21+
this.timeout(30 * 1000)
2222

2323
let ipldResolver
2424

0 commit comments

Comments
 (0)