test: sleep typo, override YANG_INSTALLDIR in docker tests
This commit is contained in:
parent
2165a1368b
commit
61e8841642
6 changed files with 20 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue