From 2e5823e5ced30b6e83259a73fa16a3b2b5451ea0 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Mon, 12 Aug 2024 13:09:02 +0200 Subject: [PATCH] tests: increase timeout --- .mocharc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mocharc.json b/.mocharc.json index 49e0f0e..8c1a379 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -2,5 +2,5 @@ { "ignore": ["test/_bootstrap.js"], "require": ["test/_bootstrap.js"], - "timeout": "5s" + "timeout": "10s" } \ No newline at end of file -- 2.39.5