Skip to content

Commit c8966e5

Browse files
authored
Increase audio stream test timeout for Windows Py3.14
1 parent 718346c commit c8966e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

livekit-rtc/tests/test_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ async def collect_samples() -> np.ndarray:
182182
return np.concatenate(buffers) if buffers else np.array([], dtype=np.int16)
183183

184184
publish_task = asyncio.create_task(publish_tones())
185-
received = await asyncio.wait_for(collect_samples(), timeout=20.0)
185+
received = await asyncio.wait_for(collect_samples(), timeout=30.0)
186186
await publish_task
187187
await audio_stream.aclose()
188188
await source.aclose()

0 commit comments

Comments
 (0)