mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-30 10:13:57 -05:00
Fix pytest configuration timeout issue
This commit is contained in:
@@ -73,8 +73,8 @@ disallow_untyped_defs = true
|
|||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
# Test timeouts and configuration
|
# Test timeouts and configuration
|
||||||
timeout = 300 # 5 minutes timeout for all tests
|
# timeout = 300 # 5 minutes timeout for all tests (requires pytest-timeout)
|
||||||
timeout_method = "thread" # Use thread-based timeout
|
# timeout_method = "thread" # Use thread-based timeout
|
||||||
addopts = [
|
addopts = [
|
||||||
"-v",
|
"-v",
|
||||||
"--tb=short",
|
"--tb=short",
|
||||||
|
|||||||
Reference in New Issue
Block a user