tests bsim: Increase runtime timeouts
Let's increase the timeout for a few tests whose timeout is less than 3x a typical execution time in CI. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
693ae8635a
commit
7d7188e792
|
@ -5,7 +5,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=50
|
||||
EXECUTE_TIMEOUT=100
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
SIMULATION_ID="bap_broadcast_audio_assistant"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=50
|
||||
EXECUTE_TIMEOUT=100
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
SIMULATION_ID="unicast_audio"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
SIMULATION_ID="unicast_audio_acl_disconnect"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
SIMULATION_ID="cap_broadcast"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
SIMULATION_ID="cap_capture_and_render"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
SIMULATION_ID="cap_unicast"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
SIMULATION_ID="cap_unicast_inval"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
SIMULATION_ID="cap_unicast_timeout"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
EXECUTE_TIMEOUT=100
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=30
|
||||
EXECUTE_TIMEOUT=60
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
SIMULATION_ID="has_offline_behavior"
|
||||
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="media_controller"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=20
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=50
|
||||
EXECUTE_TIMEOUT=100
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ test_path=$(guess_test_long_name)
|
|||
dev_exe="bs_${BOARD_TS}_${test_path}_prj_conf"
|
||||
simulation_id="${test_path}"
|
||||
|
||||
EXECUTE_TIMEOUT=60
|
||||
EXECUTE_TIMEOUT=120
|
||||
|
||||
cd "${BSIM_OUT_PATH}/bin"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
simulation_id="misc_hfc"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=120
|
||||
EXECUTE_TIMEOUT=240
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ set -eu
|
|||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
EXECUTE_TIMEOUT=100
|
||||
verbosity_level=2
|
||||
simulation_id="$(guess_test_long_name)"
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
verbosity_level=2
|
||||
simulation_id="host_privacy_peripheral"
|
||||
EXECUTE_TIMEOUT=100
|
||||
|
||||
central_exe="${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_conf"
|
||||
peripheral_exe="${central_exe}"
|
||||
|
|
|
@ -7,6 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
verbosity_level=2
|
||||
simulation_id="rpa_expired"
|
||||
EXECUTE_TIMEOUT=100
|
||||
|
||||
central_exe_rpa_expired="\
|
||||
${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_rpa_expired_conf"
|
||||
|
|
|
@ -7,6 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
|
||||
verbosity_level=2
|
||||
simulation_id="$(guess_test_long_name)_rpa_sharing"
|
||||
EXECUTE_TIMEOUT=60
|
||||
|
||||
central_exe_rpa_sharing="\
|
||||
${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_rpa_sharing_conf"
|
||||
|
|
|
@ -7,7 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
# Multiple connection between two devices with multiple peripheral identity
|
||||
simulation_id="multiple"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=1800
|
||||
EXECUTE_TIMEOUT=2200
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
EXECUTE_TIMEOUT=600
|
||||
EXECUTE_TIMEOUT=800
|
||||
|
||||
function Skip(){
|
||||
for i in "${SKIP[@]}" ; do
|
||||
|
|
Loading…
Reference in a new issue