tests/bsim/bluetooth/host: Increase EXECUTION_TIMEOUT where needed

Increase the EXECUTION_TIMEOUT (real time timeout at which the test
will be killed), so we have more margin for CI.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-11-05 14:28:02 +01:00 committed by Anas Nashif
commit 5da8eb3e9f
10 changed files with 10 additions and 3 deletions

View file

@ -7,6 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
test_exe="bs_${BOARD_TS}_$(guess_test_long_name)_prj_conf"
simulation_id="ccc_store"
verbosity_level=2
EXECUTE_TIMEOUT=60
cd ${BSIM_OUT_PATH}/bin

View file

@ -7,6 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
test_exe="bs_${BOARD_TS}_$(guess_test_long_name)_prj_2_conf"
simulation_id="ccc_store_2"
verbosity_level=2
EXECUTE_TIMEOUT=60
cd ${BSIM_OUT_PATH}/bin