Skip to content

Commit fb89f80

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/validation/functional/local/video/test_ffmpeg_video.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ def test_local_ffmpeg_video(
127127
mcm_rx_executor.start()
128128
mcm_tx_executor.start()
129129
try:
130-
if mcm_rx_executor._processes[0].running:
131-
mcm_rx_executor._processes[0].wait(timeout=FFMPEG_RUN_TIMEOUT)
130+
mcm_rx_executor.wait_with_timeout(timeout=FFMPEG_RUN_TIMEOUT)
132131
except Exception as e:
133132
logging.warning(f"RX executor did not finish in time or error occurred: {e}")
134133

0 commit comments

Comments
 (0)