'Bump `daemon` pre-wait for 'uds' parametrization'
parent
52e8fb43ee
commit
dfc153c228
|
|
@ -201,7 +201,7 @@ def daemon(
|
||||||
# so it's often required that we delay a bit more starting
|
# so it's often required that we delay a bit more starting
|
||||||
# the first actor-tree..
|
# the first actor-tree..
|
||||||
if tpt_proto == 'uds':
|
if tpt_proto == 'uds':
|
||||||
_PROC_SPAWN_WAIT = 0.6
|
_PROC_SPAWN_WAIT += 1.6
|
||||||
|
|
||||||
if _non_linux and ci_env:
|
if _non_linux and ci_env:
|
||||||
_PROC_SPAWN_WAIT += 1
|
_PROC_SPAWN_WAIT += 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue