]> git.sur5r.net Git - openldap/commitdiff
ITS#8297 sleep before checking contextCSN values
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 10 Nov 2015 21:58:20 +0000 (15:58 -0600)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 10 Nov 2015 21:58:20 +0000 (15:58 -0600)
tests/scripts/test061-syncreplication-initiation

index 2f1f6ef86c19deb4bb03a4ee665870270f10969f..2253cc7b6534a894354803ef3b6a0b0295d37c83 100755 (executable)
@@ -619,6 +619,7 @@ EOF
        done
        if test $ERROR != 0; then break; fi
 
+       sleep 1
        echo "Checking contextCSN"
        CSN_ERRORS=0
        CSN1=`$LDAPSEARCH -H $URI1 -b $BASEDN -s base contextCSN | grep contextCSN`