From fd79a701dd91100e0a36343d1c8dd38b5ae682c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 8 Jul 2025 16:38:10 +0200 Subject: [PATCH] test: enlarge 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 676d4f021..1eaf5e79c 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -3,7 +3,7 @@ "parallel": true, "diff": true, "package": "./package.json", - "timeout": 20000, + "timeout": 30000, "full-trace": true, "exit": true, "enable-source-maps": true, -- 2.43.0