Skip to content

Commit 77f9054

Browse files
author
Alan Shaw
committed
fix: increase timeout for custom chunk size test
1 parent 4e37f8e commit 77f9054

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/client/test/lib.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ describe('client', () => {
196196
})
197197

198198
it('upload CAR with custom chunk size', async function () {
199+
// @ts-ignore
200+
this.timeout(10_000)
201+
199202
let uploadedChunks = 0
200203

201204
const client = new NFTStorage({ token, endpoint })

0 commit comments

Comments
 (0)