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:
Alberto Escolar Piedras 2024-03-12 08:57:16 +01:00 committed by Stephanos Ioannidis
commit d592455cc0

View file

@ -3,7 +3,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
EXECUTE_TIMEOUT=300 EXECUTE_TIMEOUT=600
function Skip(){ function Skip(){
for i in "${SKIP[@]}" ; do for i in "${SKIP[@]}" ; do