mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
chore: increase test timeout
This commit is contained in:
parent
4870119acc
commit
7ff551b022
@ -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)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user