Skip to content

Commit 1a6736f

Browse files
committed
chore: fix slow ci
1 parent f5d59e8 commit 1a6736f

File tree

2 files changed

+2
-2
lines changed
  • packages

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ module.exports = (test) => {
287287
})
288288

289289
it('many (1200)', async function () {
290-
this.timeout(60 * 1000)
290+
this.timeout(360 * 1000)
291291
const b = store.batch()
292292
const count = 1200
293293

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ module.exports = (test) => {
260260
})
261261

262262
it('many (3 * 400)', async function () {
263-
this.timeout(20 * 1000)
263+
this.timeout(320 * 1000)
264264
const b = store.batch()
265265
const count = 400
266266
for (let i = 0; i < count; i++) {

0 commit comments

Comments
 (0)