From bcf1384fa56058a51141809cd225de9095ba3782 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Wed, 25 Feb 2026 11:17:36 +0100 Subject: [PATCH] Increase timeout for tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1161a3146..55a5870f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -233,7 +233,7 @@ strict_xfail = true filterwarnings = [ "error", ] -timeout = "5" +timeout = "20" [tool.coverage.run] parallel = true