Run the trio spawner in nested tests
parent
dddbeb0e71
commit
891edbab5f
|
@ -299,7 +299,7 @@ async def test_nested_multierrors(loglevel, start_method):
|
||||||
This test goes only 2 nurseries deep but we should eventually have tests
|
This test goes only 2 nurseries deep but we should eventually have tests
|
||||||
for arbitrary n-depth actor trees.
|
for arbitrary n-depth actor trees.
|
||||||
"""
|
"""
|
||||||
if start_method == 'trio_run_in_process':
|
if start_method == 'trio':
|
||||||
depth = 3
|
depth = 3
|
||||||
subactor_breadth = 2
|
subactor_breadth = 2
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue