From 8e682b5e640b6ea0cac083a0893069b59affa052 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 27 Feb 2006 09:45:03 +0000 Subject: [PATCH] Add a delay in delete check --- tests/scripts/test033-glue-syncrepl | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5