]> 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 b293d4a13c2f5ba797ec85311bd320fe01bc67f0..2253cc7b6534a894354803ef3b6a0b0295d37c83 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2013 The OpenLDAP Foundation.
+## Copyright 1998-2015 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -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`