From caabc7299b676cb6a80e4dc870cd12c383216ef9 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 10 Nov 2015 15:58:20 -0600 Subject: [PATCH] ITS#8297 sleep before checking contextCSN values --- tests/scripts/test061-syncreplication-initiation | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/test061-syncreplication-initiation b/tests/scripts/test061-syncreplication-initiation index 2f1f6ef86c..2253cc7b65 100755 --- a/tests/scripts/test061-syncreplication-initiation +++ b/tests/scripts/test061-syncreplication-initiation @@ -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` -- 2.39.5