Skip to content

Commit

Permalink
chore: reduce test interval
Browse files Browse the repository at this point in the history
  • Loading branch information
galvez committed Oct 13, 2024
1 parent e4e5ed9 commit 81ed0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const root = path.resolve(__dirname)
cd(path.join(root, 'packages/fastify-vite'))

await $`npx vitest run`
await $`sleep 2`
await $`sleep 1`

for (const example of [
'react-hydration',
Expand Down

0 comments on commit 81ed0ec

Please sign in to comment.