fix: reduce pbkdf iteration in tests to prevent timeout nad keep them fast

This commit is contained in:
ramvignesh-b
2026-04-30 05:25:55 +05:30
parent 2bb77d1bed
commit b6f45aa93c
3 changed files with 9 additions and 7 deletions
+2
View File
@@ -9,6 +9,8 @@ export default defineConfig({
env: {
VITE_API_URL: "http://piku-server",
TZ: "Asia/Kolkata",
// using the actual 600_000 iterations causes timeout in tests
VITE_PBKDF2_ITERATIONS: "1",
},
include: ["**/*.test.ts", "**/*.test.tsx"],
environment: "jsdom",