From 383b97b7424f95de8ce66af59dd6e5edb08a52be Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 17 Jun 2024 16:23:12 +0200 Subject: [PATCH] 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 --- .../bluetooth/audio/test_scripts/cap_broadcast_reception.sh | 1 + tests/bsim/bluetooth/audio/test_scripts/mcs_mcc.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/bsim/bluetooth/audio/test_scripts/cap_broadcast_reception.sh b/tests/bsim/bluetooth/audio/test_scripts/cap_broadcast_reception.sh index 32cee89fa84..f7bbda42086 100755 --- a/tests/bsim/bluetooth/audio/test_scripts/cap_broadcast_reception.sh +++ b/tests/bsim/bluetooth/audio/test_scripts/cap_broadcast_reception.sh @@ -7,6 +7,7 @@ SIMULATION_ID="cap_broadcast_reception" VERBOSITY_LEVEL=2 NR_OF_DEVICES=3 +EXECUTE_TIMEOUT=180 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source diff --git a/tests/bsim/bluetooth/audio/test_scripts/mcs_mcc.sh b/tests/bsim/bluetooth/audio/test_scripts/mcs_mcc.sh index 7e72d47916b..cf4091ecdf0 100755 --- a/tests/bsim/bluetooth/audio/test_scripts/mcs_mcc.sh +++ b/tests/bsim/bluetooth/audio/test_scripts/mcs_mcc.sh @@ -8,7 +8,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source SIMULATION_ID="mcs_mcc" VERBOSITY_LEVEL=2 -EXECUTE_TIMEOUT=50 +EXECUTE_TIMEOUT=180 cd ${BSIM_OUT_PATH}/bin