fix messages/sleep times

This commit is contained in:
Pierangelo Masarati 2005-01-20 16:22:31 +00:00
parent 5785175313
commit 7268c949de
2 changed files with 4 additions and 4 deletions

View File

@ -306,8 +306,8 @@ else
exit $RC
fi
echo "Waiting 5 seconds for slurpd to send changes..."
sleep 5
echo "Waiting 15 seconds for slurpd to send changes..."
sleep 15
fi
echo "Using ldapsearch to read all the entries from the master..."

View File

@ -302,8 +302,8 @@ else
exit $RC
fi
echo "Waiting 5 seconds for syncrepl to send changes..."
sleep 5
echo "Waiting 15 seconds for syncrepl to receive changes..."
sleep 15
fi
echo "Using ldapsearch to read all the entries from the master..."