1
0

[loop-cycle-1] fix: thread timeout method for xdist compatibility (#1336) (#1355)

This commit is contained in:
2026-03-24 02:56:19 +00:00
parent cd0f718d6b
commit 6a2a0377d2

View File

@@ -99,8 +99,8 @@ pythonpath = ["src", "tests"]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
timeout = 30
timeout_method = "signal"
timeout_func_only = false
timeout_method = "thread"
timeout_func_only = true
addopts = "-v --tb=short --strict-markers --disable-warnings --durations=10 --cov-fail-under=60"
markers = [
"unit: Unit tests (fast, no I/O)",