Skip to content

Commit b7f9aab

Browse files
committed
fix: lower amount
1 parent c256fa6 commit b7f9aab

File tree

1 file changed

+3
-3
lines changed
  • packages/interface-blockstore-tests/src

1 file changed

+3
-3
lines changed

packages/interface-blockstore-tests/src/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,10 @@ export function interfaceBlockstoreTests (test) {
285285
expect(res).to.be.eql([false, true, true, true])
286286
})
287287

288-
it('many (1200)', async function () {
289-
this.timeout(640 * 1000)
288+
it('many (100)', async function () {
289+
this.timeout(320 * 1000)
290290
const b = store.batch()
291-
const count = 1200
291+
const count = 100
292292

293293
/** @type {Record<string, number>} */
294294
const prefixes = {}

0 commit comments

Comments
 (0)