Skip to content

Commit

Permalink
tests: bsim: hci_uart: Fix execution timeout
Browse files Browse the repository at this point in the history
Fix execution timeout to be atleast the simulation
length of the tests.

Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
  • Loading branch information
cvinayak committed Feb 6, 2024
1 parent 07084e0 commit b50a1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
# connected over UART. The controller is the HCI UART sample.
simulation_id="basic_conn_split_hci_uart"
verbosity_level=2
EXECUTE_TIMEOUT=10
EXECUTE_TIMEOUT=20

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
# connected over UART. The controller is the HCI UART async sample.
simulation_id="basic_conn_split_hci_uart_async"
verbosity_level=2
EXECUTE_TIMEOUT=10
EXECUTE_TIMEOUT=20

cd ${BSIM_OUT_PATH}/bin

Expand Down

0 comments on commit b50a1f1

Please sign in to comment.