From dfc153c22864f82c609d13621449277043cf1ff2 Mon Sep 17 00:00:00 2001 From: goodboy Date: Fri, 13 Mar 2026 16:21:08 -0400 Subject: [PATCH] 'Bump `daemon` pre-wait for 'uds' parametrization' --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 46a3ea69..9dacb36a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -201,7 +201,7 @@ def daemon( # so it's often required that we delay a bit more starting # the first actor-tree.. if tpt_proto == 'uds': - _PROC_SPAWN_WAIT = 0.6 + _PROC_SPAWN_WAIT += 1.6 if _non_linux and ci_env: _PROC_SPAWN_WAIT += 1