We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42638e1 commit 5554bc2Copy full SHA for 5554bc2
1 file changed
pyproject.toml
@@ -112,7 +112,7 @@ testpaths = ["tests/unit"] # Default to unit tests
112
addopts = "--tb=short -p no:warnings --import-mode=importlib --ignore=tests/integration" # Ignore integration by default
113
pythonpath = ["."]
114
faulthandler_timeout = 30 # Reduced from 60
115
-timeout = 60 # Reduced from 300
+timeout = 300
116
disable_socket = true # Add this to prevent hanging on socket cleanup
117
log_cli = true # Enable logging to console
118
log_cli_level = "DEBUG" # Set log level to INFO
0 commit comments