Bump up service tree spawn timeout a couple secs
parent
fe4fb37b58
commit
69074f4fa5
|
@ -129,7 +129,7 @@ def test_ensure_ems_in_paper_actors(
|
||||||
# ensure we timeout after is startup is too slow.
|
# ensure we timeout after is startup is too slow.
|
||||||
# TODO: something like this should be our start point for
|
# TODO: something like this should be our start point for
|
||||||
# benchmarking end-to-end startup B)
|
# benchmarking end-to-end startup B)
|
||||||
with trio.fail_after(7):
|
with trio.fail_after(9):
|
||||||
async with (
|
async with (
|
||||||
open_test_pikerd() as (_, _, _, services),
|
open_test_pikerd() as (_, _, _, services),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue