From f9bdb1b35ddaf081466a29ed3400ae21aecd919b Mon Sep 17 00:00:00 2001 From: goodboy Date: Thu, 5 Mar 2026 21:52:31 -0500 Subject: [PATCH] Try one more timeout bumps for flaky docs streaming ex.. --- tests/test_docs_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_docs_examples.py b/tests/test_docs_examples.py index 42a7fea5..9f386c62 100644 --- a/tests/test_docs_examples.py +++ b/tests/test_docs_examples.py @@ -126,7 +126,7 @@ def test_example( pytest.skip("2-way streaming example requires py3.9 async with syntax") timeout: float = ( - 36 + 60 if ci_env and _non_linux else 16 )