Skip to content

Commit

Permalink
tests/bsim/bluetooth/audio: Increase EXECUTION_TIMEOUT where needed
Browse files Browse the repository at this point in the history
Increase the EXECUTION_TIMEOUT (real time timeout at which the test
will be killed), so we have more margin for CI.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar authored and nashif committed Nov 16, 2024
1 parent dc6630d commit 4c8ee78
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="bass_client_sync"
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 @@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=100
EXECUTE_TIMEOUT=240

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

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

SIMULATION_ID="bap_broadcast_audio_assistant"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=100
EXECUTE_TIMEOUT=240

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

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/audio/test_scripts/cap_broadcast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="cap_broadcast"
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="cap_capture_and_render"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

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

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/audio/test_scripts/cap_unicast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="cap_unicast"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=240

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="cap_unicast_ase_error"
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="cap_unicast_inval"
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="cap_unicast_timeout"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=240

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/audio/test_scripts/csip_new_sirk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/audio/test_scripts/csip_no_lock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/audio/test_scripts/csip_no_rank.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
2 changes: 1 addition & 1 deletion tests/bsim/bluetooth/audio/test_scripts/csip_no_size.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=60
EXECUTE_TIMEOUT=180

cd ${BSIM_OUT_PATH}/bin

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/audio/test_scripts/tbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

SIMULATION_ID="tbs_ccp"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

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

simulation_id="cap_broadcast_test"
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 @@ -9,6 +9,7 @@

simulation_id="cap_unicast_test"
verbosity_level=2
EXECUTE_TIMEOUT=120

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

Expand Down

0 comments on commit 4c8ee78

Please sign in to comment.