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 <alberto.escolar.piedras@nordicsemi.no>
  • Loading branch information
aescolar authored and henrikbrixandersen committed Nov 6, 2024
1 parent 5c00d99 commit d4b7bf9
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 d4b7bf9

Please sign in to comment.