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" }