From: Quanah Gibson-Mount Date: Tue, 18 Dec 2018 00:34:31 +0000 (+0000) Subject: ITS#8752 - Regression test fix X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~67^2~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6bf403f1ea980fc689963ac91eadcc583a7557e;p=thirdparty%2Fopenldap.git ITS#8752 - Regression test fix Increase sleep intervals to avoid test failures on slower/busy systems --- diff --git a/tests/data/regressions/its8752/its8752 b/tests/data/regressions/its8752/its8752 index e719c770d2..32de3c8901 100755 --- a/tests/data/regressions/its8752/its8752 +++ b/tests/data/regressions/its8752/its8752 @@ -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