diff --git a/pyproject.toml b/pyproject.toml index 2b6810a88c..4f96ba4d25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,6 +85,7 @@ test = [ "pytest-cov", "pytest-sugar", "pytest-split", + "pytest-timeout", "dpgui", # to support Array API 2024.12 'array-api-strict>=2.2;python_version>="3.9"', @@ -454,6 +455,7 @@ runtime-evaluated-base-classes = ["torch.nn.Module"] [tool.pytest.ini_options] markers = "run" +timeout = 1800 [tool.coverage.run] plugins = ["source.3rdparty.coverage_plugins.jit_plugin"]