]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8752 - Regression test fix
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 18 Dec 2018 00:34:31 +0000 (00:34 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 18 Dec 2018 00:34:31 +0000 (00:34 +0000)
Increase sleep intervals to avoid test failures on slower/busy systems

tests/data/regressions/its8752/its8752

index e719c770d2c200df0ea43ed770feb66555ab2ae6..32de3c890140451daa61f682d1887d88eda3c1e6 100755 (executable)
@@ -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