]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test061-syncreplication-initiation
ITS#8297 sleep before checking contextCSN values
[openldap] / 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`