tests/bsim/bluetooth/audio: 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:
Alberto Escolar Piedras 2024-11-05 14:24:56 +01:00 committed by Anas Nashif
commit 4c8ee78b76
18 changed files with 18 additions and 3 deletions

View file

@ -6,6 +6,7 @@
SIMULATION_ID="bass_client_sync"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

View file

@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=100
EXECUTE_TIMEOUT=240
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

View file

@ -6,7 +6,7 @@
SIMULATION_ID="bap_broadcast_audio_assistant"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=100
EXECUTE_TIMEOUT=240
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

View file

@ -6,6 +6,7 @@
SIMULATION_ID="cap_broadcast"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

View file

@ -6,6 +6,7 @@
SIMULATION_ID="cap_capture_and_render"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

View file

@ -6,6 +6,7 @@
SIMULATION_ID="cap_unicast"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=240
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

View file

@ -6,6 +6,7 @@
SIMULATION_ID="cap_unicast_ase_error"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

View file

@ -6,6 +6,7 @@
SIMULATION_ID="cap_unicast_inval"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

View file

@ -6,6 +6,7 @@
SIMULATION_ID="cap_unicast_timeout"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=240
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

View file

@ -9,6 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120
cd ${BSIM_OUT_PATH}/bin

View file

@ -9,6 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120
cd ${BSIM_OUT_PATH}/bin

View file

@ -10,6 +10,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120
cd ${BSIM_OUT_PATH}/bin

View file

@ -9,6 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120
cd ${BSIM_OUT_PATH}/bin

View file

@ -9,6 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120
cd ${BSIM_OUT_PATH}/bin

View file

@ -9,7 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=60
EXECUTE_TIMEOUT=180
cd ${BSIM_OUT_PATH}/bin

View file

@ -9,6 +9,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
SIMULATION_ID="tbs_ccp"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120
cd ${BSIM_OUT_PATH}/bin

View file

@ -9,6 +9,7 @@
simulation_id="cap_broadcast_test"
verbosity_level=2
EXECUTE_TIMEOUT=120
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

View file

@ -9,6 +9,7 @@
simulation_id="cap_unicast_test"
verbosity_level=2
EXECUTE_TIMEOUT=120
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source