tests/bsim: Remove too small timeouts
Remove explicit timeouts which are either the same as the default one or smaller. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
7d7188e792
commit
082f283271
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
SIMULATION_ID="csip_notify"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
SIMULATION_ID="bass_client_sync"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
SIMULATION_ID="has"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
SIMULATION_ID="ias"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
SIMULATION_ID="micp"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
SIMULATION_ID="tbs_ccp"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
SIMULATION_ID="tmap"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
SIMULATION_ID="vcp"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# connected over UART. The controller is the HCI UART sample.
|
||||
simulation_id="basic_conn_split_hci_uart"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# connected over UART. The controller is the HCI UART async sample.
|
||||
simulation_id="basic_conn_split_hci_uart_async"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
simulation_id="lowres"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ set -eu
|
|||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ test_name='sc_indicate'
|
|||
test_exe="bs_${BOARD_TS}_tests_bsim_bluetooth_host_gatt_${test_name}_prj_conf"
|
||||
simulation_id="${test_name}"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# to the BIS.
|
||||
simulation_id="broadcast_iso"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# to the BIS.
|
||||
simulation_id="broadcast_iso_ticker_expire_info"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# to the BIS, and recevied SDUs are emitted via vendor data path implementation.
|
||||
simulation_id="broadcast_iso_vs_dp"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# notification
|
||||
simulation_id="basic_conn_encr_split"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=5
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# notification
|
||||
simulation_id="basic_conn_encr_split_privacy"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=5
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# notification
|
||||
simulation_id="basic_conn_encr_split_single_timer"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=5
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# notification, using the split controller (ULL LLL)
|
||||
simulation_id="basic_conn_split"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=5
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# notification, using the split controller (ULL LLL) in Low Latency Variant
|
||||
simulation_id="basic_conn_split_low_lat"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=5
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue