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

Commit bb43197

Browse files
committed
chore: object timeout
1 parent 19accaf commit bb43197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const series = require('async/series')
1414

1515
module.exports = (common) => {
1616
describe('.object', function () {
17-
this.timeout(20 * 1000)
17+
this.timeout(80 * 1000)
1818

1919
let ipfs
2020

0 commit comments

Comments
 (0)