Skip to content

Commit f928042

Browse files
Ci: ffmpeg tests add hardcoded init_retry parameter
WA that allous us to wait longer for MTL to be ready before starting the tests, makes sure that tests don't fail due to timing issues.
1 parent 1605b85 commit f928042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/validation/mtl_engine/ffmpeg_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def execute_test(
8383
f"-p_rx_ip {ip_pools.rx_multicast[0]} -udp_port 20000 "
8484
f"-payload_type 112 -fps {fps} -pix_fmt yuv422p10le "
8585
f"-video_size {video_size} -f mtl_st20p -i k "
86+
f"-init_retry 20 "
8687
f"{ffmpeg_rx_f_flag} {output_files[0]} -y"
8788
)
8889
if tx_is_ffmpeg:

0 commit comments

Comments
 (0)