diff --git a/.mocharc.json b/.mocharc.json index c22a525b..3d59041e 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -6,5 +6,6 @@ "file": [ "./src/backend/tests/setup.ts" ], - "exit": true + "exit": true, + "timeout": 2500 }