Skip to content

Commit c7867cb

Browse files
Thalleykartben
authored andcommitted
tests: Bluetooth: Audio: Increase timeout for AC tests
Increase the EXECUTE_TIMEOUT for the _ac_common.sh tests, as some of them occasionally times out when the CI servers are busy (especially for the cap_ac_11_ii tests). Signed-off-by: Emil Gydesen <[email protected]>
1 parent 6d8af7a commit c7867cb

File tree

1 file changed

+1
-1
lines changed
  • tests/bsim/bluetooth/audio/test_scripts/audio_config_tests

1 file changed

+1
-1
lines changed

tests/bsim/bluetooth/audio/test_scripts/audio_config_tests/_ac_common.sh

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

77
VERBOSITY_LEVEL=2
8-
EXECUTE_TIMEOUT=60
8+
EXECUTE_TIMEOUT=120
99
BSIM_EXE=./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf
1010

1111
cd ${BSIM_OUT_PATH}/bin

0 commit comments

Comments
 (0)