Skip to content

Commit

Permalink
chore: fix slow ci
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 2, 2021
1 parent f5d59e8 commit 1a6736f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/interface-blockstore-tests/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/interface-datastore-tests/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 1a6736f

Please sign in to comment.