From f6bf403f1ea980fc689963ac91eadcc583a7557e Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 18 Dec 2018 00:34:31 +0000 Subject: [PATCH] ITS#8752 - Regression test fix Increase sleep intervals to avoid test failures on slower/busy systems --- tests/data/regressions/its8752/its8752 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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