tests bsim bt audio: Increase execution timeout

These tests have been seen failing in CI due to the
real time execution timeout. Let's increase it so it does
not happen.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-11-05 10:36:51 +01:00 committed by Henrik Brix Andersen
parent 5c00d99f4b
commit d4b7bf986c
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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