diff --git a/pyproject.toml b/pyproject.toml index c373f1fa..07f7aab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ test_paths = [ ] addopts = "--tb=short -p no:warnings" pythonpath = ["."] -faulthandler_timeout = 20 # Dump traceback after 20 seconds if tests hang +faulthandler_timeout = 60 # Dump traceback after 20 seconds if tests hang timeout = 300 # Global timeout for tests [tool.ruff]