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 <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
0157a89f52
commit
0888882262
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ verbosity_level=2
|
|||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
EXECUTE_TIMEOUT=100
|
||||
EXECUTE_TIMEOUT=200
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue