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'