From e9c88561657bae6ea7fd3b94c9d4c794c82915a0 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 12 Mar 2024 08:56:20 +0100 Subject: [PATCH] tests/bsim audio mcs_mcc: Increase realtime timeout This test has been seen failing in older slower computers due to timeouts, let's increase the timeout so we don't break in those cases. Note this timeout is just a safety to eventually kill hung simulations even if nobody presses Ctrl+C. Signed-off-by: Alberto Escolar Piedras --- tests/bsim/bluetooth/audio/test_scripts/mcs_mcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bsim/bluetooth/audio/test_scripts/mcs_mcc.sh b/tests/bsim/bluetooth/audio/test_scripts/mcs_mcc.sh index 4857a5cad05..f901aa34f41 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=20 +EXECUTE_TIMEOUT=50 cd ${BSIM_OUT_PATH}/bin