tests/bsim mesh: Increase realtime timeout
One of these tests has been seen failing in older slower computers due to timeouts, let's increase the timeout so we don't break in those cases. Note this timeout is just a safety to eventually kill hung simulations even if nobody presses Ctrl+C. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
e9c8856165
commit
d592455cc0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||
|
||||
EXECUTE_TIMEOUT=300
|
||||
EXECUTE_TIMEOUT=600
|
||||
|
||||
function Skip(){
|
||||
for i in "${SKIP[@]}" ; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue