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

Commit 59c757d

Browse files
committed
chore: increase test timeout
1 parent a660fff commit 59c757d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/chunker-fixed-size.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ const loadFixture = require('aegir/fixtures')
1010

1111
const rawFile = loadFixture('test/fixtures/1MiB.txt')
1212

13-
describe('chunker: fixed size', () => {
13+
describe('chunker: fixed size', function () {
14+
this.timeout(30000)
15+
1416
it('chunks non flat buffers', (done) => {
1517
const b1 = Buffer.alloc(2 * 256)
1618
const b2 = Buffer.alloc(1 * 256)

0 commit comments

Comments
 (0)