chore: increase test timeout

This commit is contained in:
Anthony Fu 2022-07-07 16:51:25 +08:00
parent 4870119acc
commit 7ff551b022

View File

@ -9,5 +9,5 @@ describe('circular', async () => {
test('should works', async () => {
const result = await execa('npx', ['esno', cliPath, entryPath], { reject: true })
expect(result.stdout).toMatchInlineSnapshot('"A Bindex index"')
})
}, 30_000)
})