From fe25e2c448d76e9b53f2908b1c4af59d9e7d35d6 Mon Sep 17 00:00:00 2001 From: goodboy Date: Tue, 21 Apr 2026 13:33:34 -0400 Subject: [PATCH] Add global 200s `pytest-timeout` (cherry picked from commit 59987745359e238d78c8de68bc9c502236b4e395) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4a0e5828..10484348 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -204,6 +204,7 @@ all_bullets = true [tool.pytest.ini_options] minversion = '6.0' +timeout = 200 # per-test hard limit # https://docs.pytest.org/en/stable/reference/reference.html#configuration-options testpaths = [ 'tests'