ITS#8752 - Regression test fix

Increase sleep intervals to avoid test failures on slower/busy systems
This commit is contained in:
Quanah Gibson-Mount 2018-12-18 00:34:31 +00:00
parent 190fccbcdc
commit f6bf403f1e

View file

@ -189,7 +189,7 @@ while [ $n -le $MMR ]; do
read foo
fi
KILLPIDS="$PID $KILLPIDS"
sleep $SLEEP0
sleep $SLEEP1
echo "Using ldapsearch to check that provider slapd is running..."
for i in 0 1 2 3 4 5; do
@ -230,7 +230,7 @@ EOMODS
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit 1
fi
sleep $SLEEP0
sleep $SLEEP1
n=`expr $n + 1`
done
@ -407,7 +407,7 @@ while [ $n -le $MMR ]; do
read foo
fi
KILLPIDS="$PID $KILLPIDS"
sleep $SLEEP0
sleep $SLEEP1
echo "Using ldapsearch to check that provider slapd is running..."
for i in 0 1 2 3 4 5; do