Bump up service tree spawn timeout a couple secs

samplerd_service
Tyler Goodlet 2023-01-26 17:59:11 -05:00
parent fe4fb37b58
commit 69074f4fa5
1 changed files with 1 additions and 1 deletions

View File

@ -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),