From b7f9aab399b026d34521aad5a9c3757baa60cb4d Mon Sep 17 00:00:00 2001 From: achingbrain Date: Wed, 22 Jun 2022 17:16:08 +0100 Subject: [PATCH] fix: lower amount --- packages/interface-blockstore-tests/src/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/interface-blockstore-tests/src/index.js b/packages/interface-blockstore-tests/src/index.js index 30431651..09000556 100644 --- a/packages/interface-blockstore-tests/src/index.js +++ b/packages/interface-blockstore-tests/src/index.js @@ -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} */ const prefixes = {}