From 031be8a39b3c3c9693716aa703669147c3583be3 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Thu, 9 Jan 2025 18:11:28 +0100 Subject: [PATCH] Timeout for single pytest to 240s --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0c39cc5f..32894eb4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -387,7 +387,7 @@ minversion = '7.0' testpaths = [ 'tests' ] -timeout = 60 +timeout = 240 xfail_strict = true [tool.ruff]