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

Commit 1a69ddf

Browse files
committed
chore: add more time to before hook of files tests
1 parent 8020740 commit 1a69ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const isNode = require('detect-node')
2121

2222
module.exports = (common) => {
2323
describe('.files', function () {
24-
this.timeout(5 * 1000)
24+
this.timeout(20 * 1000)
2525

2626
let ipfs
2727

0 commit comments

Comments
 (0)