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
|
@ -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
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
SIMULATION_ID="unicast_audio"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=120
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
SIMULATION_ID="unicast_audio_acl_disconnect"
|
||||
VERBOSITY_LEVEL=2
|
||||
EXECUTE_TIMEOUT=120
|
||||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
|
|
Loading…
Reference in New Issue