From 97a01b6be47fac90f81e290d963a91f11f7fcd51 Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Mon, 11 May 2026 16:22:58 +0000 Subject: [PATCH] test: increase global timeout --- .mocharc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } -- 2.51.2