Skip to content

Commit

Permalink
chore: try increasing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Feb 12, 2025
1 parent 733a1ce commit e5d558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bciers/libs/components/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
// },

test: {
testTimeout: 30000,
testTimeout: 60000,
globals: true,
environment: "jsdom",
include: ["src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"],
Expand Down

0 comments on commit e5d558f

Please sign in to comment.