From: Jérôme Benoit Date: Tue, 8 Jul 2025 18:53:50 +0000 (+0200) Subject: test: increase mocha timeout X-Git-Tag: v5.0.6~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1670c568bc47d9daa87e9d13fb622dbc365dd39e;p=poolifier.git test: increase mocha timeout Signed-off-by: Jérôme Benoit --- diff --git a/.mocharc.json b/.mocharc.json index 1eaf5e79c..71580e089 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -3,7 +3,7 @@ "parallel": true, "diff": true, "package": "./package.json", - "timeout": 30000, + "timeout": 60000, "full-trace": true, "exit": true, "enable-source-maps": true,