test: sleep typo, override YANG_INSTALLDIR in docker tests

This commit is contained in:
Olof hagsand 2022-02-07 14:41:50 +01:00
parent 2165a1368b
commit 61e8841642
6 changed files with 20 additions and 3 deletions

View file

@ -121,10 +121,10 @@ else
fi
# Multiplication factor to sleep less than whole seconds
DEMSLEEP=.2
DEMSLEEP=0.2
# Some sleep implementations cannot handle sub-seconds, change to 1s
sleep $DEMPSLEEP || DEMSLEEP=1
sleep $DEMSLEEP || DEMSLEEP=1
# DEMWAIT is expressed in seconds, but really * DEMSLEEP
let DEMLOOP=5*DEMWAIT