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 )