mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 21:43:34 -05:00
Fix pytest configuration timeout issue
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user