mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
fix: reduce pbkdf iteration in tests to prevent timeout nad keep them fast
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user