diff --git a/packages/interface-blockstore-tests/src/index.js b/packages/interface-blockstore-tests/src/index.js index 994fa551..7b643f1a 100644 --- a/packages/interface-blockstore-tests/src/index.js +++ b/packages/interface-blockstore-tests/src/index.js @@ -287,7 +287,7 @@ module.exports = (test) => { }) it('many (1200)', async function () { - this.timeout(60 * 1000) + this.timeout(360 * 1000) const b = store.batch() const count = 1200 diff --git a/packages/interface-datastore-tests/src/index.js b/packages/interface-datastore-tests/src/index.js index cb76a0d7..64b487ae 100644 --- a/packages/interface-datastore-tests/src/index.js +++ b/packages/interface-datastore-tests/src/index.js @@ -260,7 +260,7 @@ module.exports = (test) => { }) it('many (3 * 400)', async function () { - this.timeout(20 * 1000) + this.timeout(320 * 1000) const b = store.batch() const count = 400 for (let i = 0; i < count; i++) {