]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#6138 fix test timing issue
authorHoward Chu <hyc@openldap.org>
Fri, 30 Jul 2021 14:58:19 +0000 (15:58 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 3 Aug 2021 15:19:49 +0000 (15:19 +0000)
tests/scripts/test033-glue-syncrepl

index 1239bd17988cbe4b34c30c138080b3e910bdd880..a11b467f5450f74cbca47e4e94206abd4d3a1a3d 100755 (executable)
@@ -170,7 +170,7 @@ if test $RC != 0 ; then
 fi
 
 # This usually propagates immediately
-sleep 1
+sleep $SLEEP1
 
 $LDAPSEARCH -H $URI2 -b "$BABSDN" > $TESTOUT 2>&1
 RC=$?