tests/bsim/bluetooth/audio: Increase real time deadline
These 2 tests have been seen failing in CI due to the real time timeout. Let's increase their deadline so it does not happen. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
c44c922198
commit
383b97b742
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
SIMULATION_ID="cap_broadcast_reception"
|
SIMULATION_ID="cap_broadcast_reception"
|
||||||
VERBOSITY_LEVEL=2
|
VERBOSITY_LEVEL=2
|
||||||
NR_OF_DEVICES=3
|
NR_OF_DEVICES=3
|
||||||
|
EXECUTE_TIMEOUT=180
|
||||||
|
|
||||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||||
|
|
||||||
SIMULATION_ID="mcs_mcc"
|
SIMULATION_ID="mcs_mcc"
|
||||||
VERBOSITY_LEVEL=2
|
VERBOSITY_LEVEL=2
|
||||||
EXECUTE_TIMEOUT=50
|
EXECUTE_TIMEOUT=180
|
||||||
|
|
||||||
cd ${BSIM_OUT_PATH}/bin
|
cd ${BSIM_OUT_PATH}/bin
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue