Skip to content

Commit

Permalink
fix: Set global test timeout to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
carina-akaia committed Jun 3, 2024
1 parent 9bbc814 commit 55c377b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default defineConfig({
test: {
environment: "jsdom",
include: ["**/?(*.test|tests).?(c|m)[jt]s?(x)"],
testTimeout: 2000,
testTimeout: 5000,
},
});

0 comments on commit 55c377b

Please sign in to comment.