TOSQUASH f2ce4a3, timeout bump

runtime_to_msgspec
Tyler Goodlet 2024-04-02 14:34:08 -04:00
parent 40cba51909
commit a65e1e7a88
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ def test_one_end_stream_not_opened(
enable_modules=[__name__],
)
with trio.fail_after(0.8):
with trio.fail_after(1):
async with portal.open_context(
entrypoint,
) as (ctx, sent):