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:
parent
5c00d99f4b
commit
d4b7bf986c
3 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
SIMULATION_ID="bap_broadcast_audio_assistant_incorrect_code"
|
SIMULATION_ID="bap_broadcast_audio_assistant_incorrect_code"
|
||||||
VERBOSITY_LEVEL=2
|
VERBOSITY_LEVEL=2
|
||||||
|
EXECUTE_TIMEOUT=180
|
||||||
|
|
||||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
SIMULATION_ID="unicast_audio"
|
SIMULATION_ID="unicast_audio"
|
||||||
VERBOSITY_LEVEL=2
|
VERBOSITY_LEVEL=2
|
||||||
|
EXECUTE_TIMEOUT=120
|
||||||
|
|
||||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
SIMULATION_ID="unicast_audio_acl_disconnect"
|
SIMULATION_ID="unicast_audio_acl_disconnect"
|
||||||
VERBOSITY_LEVEL=2
|
VERBOSITY_LEVEL=2
|
||||||
|
EXECUTE_TIMEOUT=120
|
||||||
|
|
||||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue