From: Jérôme Benoit Date: Fri, 11 Jul 2025 15:21:32 +0000 (+0200) Subject: test: reduce mocha timeout X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fe509dbdd8a07d94dae66064a8d7db3e928db493;p=poolifier.git test: reduce mocha timeout Signed-off-by: Jérôme Benoit --- diff --git a/.mocharc.json b/.mocharc.json index 91adf6a3b..798498c4a 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -3,7 +3,7 @@ "parallel": false, "diff": true, "package": "./package.json", - "timeout": 120000, + "timeout": 30000, "full-trace": true, "exit": true, "enable-source-maps": true,