ITS#8297 sleep before checking contextCSN values

This commit is contained in:
Quanah Gibson-Mount 2015-11-10 15:58:20 -06:00
parent b2a9cbc6eb
commit caabc7299b

View File

@ -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`