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

Commit 2991866

Browse files
committed
chore: bump timouts
1 parent fa535b7 commit 2991866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Buffer = require('safe-buffer').Buffer
1818

1919
module.exports = (common) => {
2020
describe('.files', function () {
21-
this.timeout(50 * 1000)
21+
this.timeout(80 * 1000)
2222

2323
let smallFile
2424
let bigFile

0 commit comments

Comments
 (0)