Skip to content

Commit 5554bc2

Browse files
committed
Restore timeout value to 300 in pyproject.toml for extended test execution duration
1 parent 42638e1 commit 5554bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ testpaths = ["tests/unit"] # Default to unit tests
112112
addopts = "--tb=short -p no:warnings --import-mode=importlib --ignore=tests/integration" # Ignore integration by default
113113
pythonpath = ["."]
114114
faulthandler_timeout = 30 # Reduced from 60
115-
timeout = 60 # Reduced from 300
115+
timeout = 300
116116
disable_socket = true # Add this to prevent hanging on socket cleanup
117117
log_cli = true # Enable logging to console
118118
log_cli_level = "DEBUG" # Set log level to INFO

0 commit comments

Comments
 (0)