Skip to content

Commit

Permalink
chore(test): increase 'with sharding' test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Dec 13, 2022
1 parent 65d42f1 commit b3da286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/interface-tests/src/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ export function testAdd (factory, options) {
expect(cid.toString()).to.eql('QmWWM8ZV6GPhqJ46WtKcUaBPNHN5yQaFsKDSQ1RE73w94Q')
})

describe('with sharding', () => {
describe('with sharding', function () {
this.timeout(200 * 1000)
/** @type {import('ipfs-core-types').IPFS} */
let ipfs

Expand Down

0 comments on commit b3da286

Please sign in to comment.