Skip to content

Commit d4b7bf9

Browse files
aescolarhenrikbrixandersen
authored andcommitted
tests bsim bt audio: Increase execution timeout
These tests have been seen failing in CI due to the real time execution timeout. Let's increase it so it does not happen. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 5c00d99 commit d4b7bf9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
SIMULATION_ID="bap_broadcast_audio_assistant_incorrect_code"
88
VERBOSITY_LEVEL=2
9+
EXECUTE_TIMEOUT=180
910

1011
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
1112

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
SIMULATION_ID="unicast_audio"
88
VERBOSITY_LEVEL=2
9+
EXECUTE_TIMEOUT=120
910

1011
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
1112

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
SIMULATION_ID="unicast_audio_acl_disconnect"
88
VERBOSITY_LEVEL=2
9+
EXECUTE_TIMEOUT=120
910

1011
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
1112

0 commit comments

Comments
 (0)