Skip to content

Commit 5800828

Browse files
committed
feat(s2v2): Adjust demo
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent aaffcf3 commit 5800828

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/tests/z-wave-stack-binaries-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ exit_()
107107
{
108108
local code=0$1
109109
log_ "exit: $@ code=$code ; Use: debug=1 $0 # To trace script)"
110-
sleep 10
110+
sleep 1000
111111
[ -z "$debug" ] || sleep 1000
112112
echo "$code" | tee "$code_log"
113113
screen -S "$name" -X "quit" ||:
@@ -715,6 +715,7 @@ play_()
715715
done
716716

717717
log_ "$task: exit: $code"
718+
718719
exit_ 0$code
719720
}
720721

0 commit comments

Comments
 (0)