tests/bsim/bluetooth/host: Increase EXECUTION_TIMEOUT where needed
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 <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
4c8ee78b76
commit
5da8eb3e9f
10 changed files with 10 additions and 3 deletions
|
@ -7,6 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
test_exe="bs_${BOARD_TS}_$(guess_test_long_name)_prj_conf"
|
||||
simulation_id="ccc_store"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=60
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
|||
test_exe="bs_${BOARD_TS}_$(guess_test_long_name)_prj_2_conf"
|
||||
simulation_id="ccc_store_2"
|
||||
verbosity_level=2
|
||||
EXECUTE_TIMEOUT=60
|
||||
|
||||
cd ${BSIM_OUT_PATH}/bin
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue