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 )