We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34107fd commit 86c2f31Copy full SHA for 86c2f31
scripts/tests/z-wave-stack-binaries-test.sh
@@ -11,7 +11,7 @@ set -o pipefail
11
12
# Default configuration can be overloaded from env
13
14
-duration=10 # Allocated time in mins until watchdog quit
+duration=3 # Allocated time in mins until watchdog quit
15
16
ZPC_COMMAND="${ZPC_COMMAND:=/usr/bin/zpc}"
17
zpc_api="${zpc_api:=uic}"
@@ -565,7 +565,7 @@ EOF
565
while [ $now -le $expired ]; do
566
screen -ls "$name" || break
567
[ -z $debug ] || { ls -l *.log.tmp && more *.log.tmp | cat ; }
568
- tail "${mqtt_log}" ||:
+ more "${mqtt_log}" | tail ||:
569
sleep $beat
570
now=$(date -u +%s)
571
done
0 commit comments