We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d59e8 commit 1a6736fCopy full SHA for 1a6736f
packages/interface-blockstore-tests/src/index.js
@@ -287,7 +287,7 @@ module.exports = (test) => {
287
})
288
289
it('many (1200)', async function () {
290
- this.timeout(60 * 1000)
+ this.timeout(360 * 1000)
291
const b = store.batch()
292
const count = 1200
293
packages/interface-datastore-tests/src/index.js
@@ -260,7 +260,7 @@ module.exports = (test) => {
260
261
262
it('many (3 * 400)', async function () {
263
- this.timeout(20 * 1000)
+ this.timeout(320 * 1000)
264
265
const count = 400
266
for (let i = 0; i < count; i++) {
0 commit comments