Fix pytest configuration timeout issue

This commit is contained in:
Vijay Janapa Reddi
2025-07-14 19:35:11 -04:00
parent 5b624f95d7
commit 546d7f0706

View File

@@ -73,8 +73,8 @@ disallow_untyped_defs = true
[tool.pytest.ini_options]
# Test timeouts and configuration
timeout = 300 # 5 minutes timeout for all tests
timeout_method = "thread" # Use thread-based timeout
# timeout = 300 # 5 minutes timeout for all tests (requires pytest-timeout)
# timeout_method = "thread" # Use thread-based timeout
addopts = [
"-v",
"--tb=short",