tests: bsim: hci_uart: Fix execution timeout
Fix execution timeout to be atleast the simulation length of the tests. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
ff91408385
commit
c8dbb97170
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue