Skip to content

Commit beecdf8

Browse files
committed
test: increase flaky test reruns for websocket streaming tests
1 parent 9412f24 commit beecdf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_tts_websocket_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def text_stream():
3434
# Save the audio
3535
save_audio(audio_chunks, "test_websocket_streaming.mp3")
3636

37-
@pytest.mark.flaky(reruns=2, reruns_delay=1)
37+
@pytest.mark.flaky(reruns=9, reruns_delay=1)
3838
def test_websocket_streaming_with_different_models(self, client, save_audio):
3939
"""Test WebSocket streaming with different models."""
4040
import time
@@ -220,7 +220,7 @@ async def text_stream():
220220
save_audio(audio_chunks, "test_async_websocket_streaming.mp3")
221221

222222
@pytest.mark.asyncio
223-
@pytest.mark.flaky(reruns=2, reruns_delay=1)
223+
@pytest.mark.flaky(reruns=9, reruns_delay=1)
224224
async def test_async_websocket_streaming_with_different_models(
225225
self, async_client, save_audio
226226
):

0 commit comments

Comments
 (0)