Skip to content

Commit

Permalink
chore: extend vite-node timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Aug 4, 2022
1 parent 82a877c commit a59cefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vite-node/test/circular.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}, 60_000)
})

0 comments on commit a59cefc

Please sign in to comment.