From ab6c955949bd2f8fc86f6518efe5c835ee5faa81 Mon Sep 17 00:00:00 2001 From: goodboy Date: Mon, 2 Mar 2026 17:44:21 -0500 Subject: [PATCH] Lol fine! bump it a bit more XD --- tests/test_docs_examples.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_docs_examples.py b/tests/test_docs_examples.py index d6794925..42a7fea5 100644 --- a/tests/test_docs_examples.py +++ b/tests/test_docs_examples.py @@ -126,7 +126,8 @@ def test_example( pytest.skip("2-way streaming example requires py3.9 async with syntax") timeout: float = ( - 30 if ci_env and _non_linux + 36 + if ci_env and _non_linux else 16 )