Skip to content

Commit e946ab2

Browse files
aescolarhenrikbrixandersen
authored andcommitted
tests/bsim broadcast_audio: Increase realtime timeout
This test has been seen failing in older slower computers due to timeouts, let's increase the timeout so we don't break in those cases. Note this timeout is just a safety to eventually kill hung simulations even if nobody presses Ctrl+C. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit 0888882) Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 89e601e commit e946ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bsim/bluetooth/audio_samples/broadcast_audio_sink/tests_scripts/broadcast_audio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ verbosity_level=2
1212

1313
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
1414

15-
EXECUTE_TIMEOUT=100
15+
EXECUTE_TIMEOUT=200
1616

1717
cd ${BSIM_OUT_PATH}/bin
1818

0 commit comments

Comments
 (0)