From 9172caaafbb599d723e6015f89ca5d791f4cd178 Mon Sep 17 00:00:00 2001 From: David Goss Date: Thu, 20 Feb 2025 16:25:47 +0000 Subject: [PATCH] Extend mocha default timeout --- .mocharc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mocharc.json b/.mocharc.json index d520ac9..4d93ee4 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -1,5 +1,6 @@ { "exit": true, "extension": ["ts", "js"], - "node-option": ["import=tsx"] + "node-option": ["import=tsx"], + "timeout": 5000 }