Increase test timeout more

This commit is contained in:
Jacob Karlsson 2024-04-14 23:34:19 +02:00
parent 6acd57c707
commit b4190b0ae2
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ test('Log deletes', async (t) => {
await p(log.close)()
})
await t.test('Many deleted records', { timeout: 2 * 60e3 }, async (t) => {
await t.test('Many deleted records', { timeout: 3 * 60e3 }, async (t) => {
const file = '/tmp/aaol-test-delete-many' + Date.now() + '.log'
const log = Log(file, { blockSize: 64 * 1024 })