tests/bsim/bluetooth/ll: 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
5da8eb3e9f
commit
6d53e376cb
8 changed files with 8 additions and 4 deletions
|
@ -8,6 +8,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# to the BIS.
|
||||
simulation_id="broadcast_iso"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=120
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# to the BIS.
|
||||
simulation_id="broadcast_iso_scan_aux_use_chains"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=120
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# to the BIS.
|
||||
simulation_id="broadcast_iso_ticker_expire_info"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=120
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# 1 CIS each to 9 Peripherals (9 CIS in a CIG)
|
||||
simulation_id="connected_iso"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=200
|
||||
EXECUTE_TIMEOUT=600
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# 1 CIS each to 9 Peripherals (9 CIS in a CIG)
|
||||
simulation_id="connected_iso_legacy_adv"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=200
|
||||
EXECUTE_TIMEOUT=500
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# Basic Connected ISO test: multiple peripheral CIS establishment
|
||||
simulation_id="connected_iso_peripheral_cis"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=100
|
||||
EXECUTE_TIMEOUT=240
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# interval
|
||||
simulation_id="basic_conn_split_1ms"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=120
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
simulation_id="ll-throughput"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=60
|
||||
EXECUTE_TIMEOUT=240
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue