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:
parent
4c8ee78b76
commit
5da8eb3e9f
10 changed files with 10 additions and 3 deletions
|
@ -10,6 +10,7 @@ tester_exe="bs_${BOARD_TS}_tests_bsim_bluetooth_host_att_pipeline_tester_prj_con
|
|||
simulation_id="att_pipeline"
|
||||
verbosity_level=2
|
||||
sim_length_us=100e6
|
||||
EXECUTE_TIMEOUT=240
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ tester_exe="bs_${BOARD_TS}_tests_bsim_bluetooth_host_att_pipeline_tester_prj_con
|
|||
simulation_id="att_pipeline_test_tolerate_pipeline_variant_rx_tx_prio_invert"
|
||||
verbosity_level=2
|
||||
sim_length_us=100e6
|
||||
EXECUTE_TIMEOUT=240
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
set -eu -x
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
EXECUTE_TIMEOUT=120
|
||||
|
||||
simulation_id="timeout"
|
||||
dev_exe=bs_${BOARD_TS}_$(guess_test_long_name)_prj_conf
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
simulation_id="iso_cis_disable"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=120
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
test_name="$(guess_test_long_name)"
|
||||
simulation_id=${test_name}
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=120
|
||||
|
||||
# sixty-second (maximum) sim time.
|
||||
# The test will exit simulation as soon as it has passed.
|
||||
|
|
|
@ -7,7 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
verbosity_level=2
|
||||
simulation_id="host_privacy_peripheral"
|
||||
EXECUTE_TIMEOUT=100
|
||||
EXECUTE_TIMEOUT=240
|
||||
|
||||
central_exe="${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_conf"
|
||||
peripheral_exe="${central_exe}"
|
||||
|
|
|
@ -7,7 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
verbosity_level=2
|
||||
simulation_id="rpa_expired"
|
||||
EXECUTE_TIMEOUT=100
|
||||
EXECUTE_TIMEOUT=240
|
||||
|
||||
central_exe_rpa_expired="\
|
||||
${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_rpa_expired_conf"
|
||||
|
|
|
@ -7,7 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
verbosity_level=2
|
||||
simulation_id="$(guess_test_long_name)_rpa_sharing"
|
||||
EXECUTE_TIMEOUT=60
|
||||
EXECUTE_TIMEOUT=240
|
||||
|
||||
central_exe_rpa_sharing="\
|
||||
${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_rpa_sharing_conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue