Skip to content

Commit 09b84c7

Browse files
aescolarhenrikbrixandersen
authored andcommitted
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 <[email protected]> (cherry picked from commit d592455) Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 313a062 commit 09b84c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bsim/bluetooth/mesh/_mesh_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
55

6-
EXECUTE_TIMEOUT=300
6+
EXECUTE_TIMEOUT=600
77

88
function Skip(){
99
for i in "${SKIP[@]}" ; do

0 commit comments

Comments
 (0)