From 14d171e5852c0fc8d7d9fe552e74cc62d8976b77 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 2 Apr 2024 14:34:08 -0400 Subject: [PATCH] TOSQUASH f2ce4a3, timeout bump --- tests/test_context_stream_semantics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_context_stream_semantics.py b/tests/test_context_stream_semantics.py index 36a5fd9f..d2b572cc 100644 --- a/tests/test_context_stream_semantics.py +++ b/tests/test_context_stream_semantics.py @@ -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):