Skip to content

Commit 7569827

Browse files
Update tests/validation/functional/local/audio/test_ffmpeg_audio.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: KarolinaPomian <[email protected]>
1 parent e320b09 commit 7569827

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/validation/functional/local/audio/test_ffmpeg_audio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ def test_local_ffmpeg_audio(
125125
mcm_rx_executor.start()
126126
mcm_tx_executor.start()
127127
try:
128-
if mcm_rx_executor._processes[0].running:
129-
mcm_rx_executor._processes[0].wait(timeout=FFMPEG_RUN_TIMEOUT)
128+
mcm_rx_executor.wait_with_timeout(timeout=FFMPEG_RUN_TIMEOUT)
130129
except Exception as e:
131130
logging.warning(f"RX executor did not finish in time or error occurred: {e}")
132131

0 commit comments

Comments
 (0)