From 1670c568bc47d9daa87e9d13fb622dbc365dd39e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 8 Jul 2025 20:53:50 +0200 Subject: [PATCH] test: increase mocha timeout MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .mocharc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.43.0