Try one more timeout bumps for flaky docs streaming ex..

ns_aware
Gud Boi 2026-03-05 21:52:31 -05:00
parent d135ce94af
commit f9bdb1b35d
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ def test_example(
pytest.skip("2-way streaming example requires py3.9 async with syntax") pytest.skip("2-way streaming example requires py3.9 async with syntax")
timeout: float = ( timeout: float = (
36 60
if ci_env and _non_linux if ci_env and _non_linux
else 16 else 16
) )