Skip to content

Commit

Permalink
tests bsim bt audio: Increase execution timeout
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
aescolar authored and cvinayak committed Nov 5, 2024
1 parent c1684f8 commit 1edc322
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="bap_broadcast_audio_assistant_incorrect_code"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=180

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="unicast_audio"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="unicast_audio_acl_disconnect"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

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

Expand Down

0 comments on commit 1edc322

Please sign in to comment.