From 8ae66fb66a4fdc876b9f429a09072f41c4ed48bd Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Thu, 9 Jan 2025 19:58:01 +0100 Subject: [PATCH] Timeout for single pytest to 240s (#6692) In #6674 I set timeout to 60s, but 60s for some tests are too short. There is an issue open to discuss whether we need to move those to nightly, see #6526 for more discussion. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0c39cc5f6..32894eb4ac 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]