Skip to content

Timeout issue for HRTF from file

The smoke test is causing a timeout on the Ericsson runner. The timeout per job introduced in !1348 (merged) sets the limit to 5 seconds, which seems to be too short. Either the limit is too strict or the Ericsson runner has a problem. Maybe the file access is a bottle-neck when several processes are run in parallel.

Quote from !1280 (comment 35591)

modes_with_bin_out="FOA HOA2 HOA3 PlanarFOA PlanarHOA2 PlanarHOA3 MASA MC ISM1 ISM2 ISM3 ISM4"
bin_out_modes="BINAURAL BINAURAL_ROOM_IR"
fb_modes=$(./scripts/runIvasCodec.py -l -C $modes_with_bin_out | grep _fb_)
hrtf_fb="./scripts/binauralRenderer_interface/binaural_renderers_hrtf_data/ivas_binaural_48kHz.bin"
./scripts/runIvasCodec.py -p scripts/config/ci_linux.json -m $fb_modes -U 1:2 -D="-hrtf ${hrtf_fb}" --oc $bin_out_modes

Note that this is without the timeout. Also, one needs to either adapt ci_linux.json to point to the stv files, see https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/wikis/Software-development/pyivastest-howto#creating-a-local-config-file.

Edited by norvell