From cba38f6e5056e588a2fe91b55d6b54cd76951d87 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 8 Oct 2021 12:53:53 +0300 Subject: [PATCH] mocha: increase timeout --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63f91f5..ef0d75c 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ ] }, "mocha": { - "timeout": 10000, + "timeout": 15000, "check-leaks": true, "throw-deprecation": true, "trace-deprecation": true,