We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026af3f commit 733c2edCopy full SHA for 733c2ed
packages/interface-blockstore-tests/src/index.js
@@ -286,7 +286,7 @@ export function interfaceBlockstoreTests (test) {
286
})
287
288
it('many (1200)', async function () {
289
- this.timeout(360 * 1000)
+ this.timeout(640 * 1000)
290
const b = store.batch()
291
const count = 1200
292
packages/interface-datastore-tests/src/index.js
@@ -259,7 +259,7 @@ export function interfaceDatastoreTests (test) {
259
260
261
it('many (3 * 400)', async function () {
262
- this.timeout(320 * 1000)
263
264
const count = 400
265
for (let i = 0; i < count; i++) {
0 commit comments