From 6a2a0377d25c678c806be87c4a157f3e775dee55 Mon Sep 17 00:00:00 2001 From: Timmy Time Date: Tue, 24 Mar 2026 02:56:19 +0000 Subject: [PATCH] [loop-cycle-1] fix: thread timeout method for xdist compatibility (#1336) (#1355) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eb0b8acf..ff149beb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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)",