Skip to content

Commit

Permalink
fix: lower amount
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 22, 2022
1 parent c256fa6 commit b7f9aab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/interface-blockstore-tests/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,10 @@ export function interfaceBlockstoreTests (test) {
expect(res).to.be.eql([false, true, true, true])
})

it('many (1200)', async function () {
this.timeout(640 * 1000)
it('many (100)', async function () {
this.timeout(320 * 1000)
const b = store.batch()
const count = 1200
const count = 100

/** @type {Record<string, number>} */
const prefixes = {}
Expand Down

0 comments on commit b7f9aab

Please sign in to comment.