Skip to content

Commit 86c2f31

Browse files
committed
WIP: mod: scripts/tests/z-wave-stack-binaries-test.sh (main)
Signed-off-by: Philippe Coval <[email protected]>
1 parent 34107fd commit 86c2f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -o pipefail
1111

1212
# Default configuration can be overloaded from env
1313

14-
duration=10 # Allocated time in mins until watchdog quit
14+
duration=3 # Allocated time in mins until watchdog quit
1515

1616
ZPC_COMMAND="${ZPC_COMMAND:=/usr/bin/zpc}"
1717
zpc_api="${zpc_api:=uic}"
@@ -565,7 +565,7 @@ EOF
565565
while [ $now -le $expired ]; do
566566
screen -ls "$name" || break
567567
[ -z $debug ] || { ls -l *.log.tmp && more *.log.tmp | cat ; }
568-
tail "${mqtt_log}" ||:
568+
more "${mqtt_log}" | tail ||:
569569
sleep $beat
570570
now=$(date -u +%s)
571571
done

0 commit comments

Comments
 (0)