Skip to content

Commit

Permalink
Increase fault handler timeout to 60
Browse files Browse the repository at this point in the history
Signed-off-by: Teo <[email protected]>
  • Loading branch information
teocns committed Dec 30, 2024
1 parent 595cc00 commit 0bf2b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0bf2b58

Please sign in to comment.