Skip to content

Commit

Permalink
tests/bsim/bluetooth/host: Increase EXECUTION_TIMEOUT where needed
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
aescolar authored and nashif committed Nov 16, 2024
1 parent 4c8ee78 commit 5da8eb3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/host/att/pipeline/test_scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/host/att/timeout/test_scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5da8eb3

Please sign in to comment.