From 17f1ea5910ed1eee146fc8eff1758aae401b8e2a 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` --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index bd46a634..3d62c8b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -198,6 +198,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'