From a65e1e7a88aacc5e6ed6adc62302c65a0ebd11f3 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 cc7f402..06a7f8c 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):