From: Howard Chu Date: Mon, 27 Feb 2006 09:45:03 +0000 (+0000) Subject: Add a delay in delete check X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~164 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8e682b5e640b6ea0cac083a0893069b59affa052;p=openldap Add a delay in delete check --- diff --git a/tests/scripts/test033-glue-syncrepl b/tests/scripts/test033-glue-syncrepl index b8d57aeeb2..1676ff4539 100755 --- a/tests/scripts/test033-glue-syncrepl +++ b/tests/scripts/test033-glue-syncrepl @@ -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