]> git.sur5r.net Git - openldap/commitdiff
Add a delay in delete check
authorHoward Chu <hyc@openldap.org>
Mon, 27 Feb 2006 09:45:03 +0000 (09:45 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 27 Feb 2006 09:45:03 +0000 (09:45 +0000)
tests/scripts/test033-glue-syncrepl

index b8d57aeeb2b8fd86d6165f77c9f391f1e5033976..1676ff4539b3ec09fc58dbf41478bceaacc38bbb 100755 (executable)
@@ -167,6 +167,10 @@ if test $RC != 0 ; then
        test $KILLSERVERS != no && kill -HUP $KILLPIDS
        exit $RC
 fi
+
+# This usually propagates immediately
+sleep 1
+
 $LDAPSEARCH -H $URI2 -b "$BABSDN" > $TESTOUT 2>&1
 RC=$?
 if test $RC = 0 ; then