From 841f3ff299b6c46f01b90bfcf5fe966848fe8f26 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 7 Mar 2009 14:50:17 +0000 Subject: [PATCH] Use SLEEP2 wehn first populating. Should probably just poll contextCSNs... --- tests/scripts/test050-syncrepl-multimaster | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/test050-syncrepl-multimaster b/tests/scripts/test050-syncrepl-multimaster index 84cc576b94..4531a81c9f 100755 --- a/tests/scripts/test050-syncrepl-multimaster +++ b/tests/scripts/test050-syncrepl-multimaster @@ -336,8 +336,8 @@ if test $RC != 0 ; then exit $RC fi -echo "Waiting $SLEEP1 seconds for syncrepl to receive changes..." -sleep $SLEEP1 +echo "Waiting $SLEEP2 seconds for syncrepl to receive changes..." +sleep $SLEEP2 n=1 while [ $n -le $MMR ]; do -- 2.39.5