Skip to content

Commit 89e601e

Browse files
aescolarhenrikbrixandersen
authored andcommitted
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 <[email protected]> (cherry picked from commit e9c8856) Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 09b84c7 commit 89e601e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bsim/bluetooth/audio/test_scripts/mcs_mcc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
88

99
SIMULATION_ID="mcs_mcc"
1010
VERBOSITY_LEVEL=2
11-
EXECUTE_TIMEOUT=20
11+
EXECUTE_TIMEOUT=50
1212

1313
cd ${BSIM_OUT_PATH}/bin
1414

0 commit comments

Comments
 (0)