From 62e0ff680e68b46c85fdc1a7050a8e5ba37b9384 Mon Sep 17 00:00:00 2001 From: Rinse Date: Wed, 27 Nov 2024 10:13:46 +0000 Subject: [PATCH] test(mocha): raise test timeout --- config/.mocharc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.mocharc.json b/config/.mocharc.json index 2076856..7ebcab3 100644 --- a/config/.mocharc.json +++ b/config/.mocharc.json @@ -1,5 +1,5 @@ { "node-option": ["loader=ts-node/esm"], - "timeout": 12000, + "timeout": 20000, "require": "test/cli/root-hook-mocha.ts" }