X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest018-syncreplication-persist;h=db2df02054b56cf13ce9ae1517f55a809840ca97;hb=96e2da71a0a6a374a400efbe8d74342878ccaa9e;hp=fd261b7f8a285b8c7f8bf5e607af71cb754fe00a;hpb=adb6222afb63c59c12f1d65f241cd0f0b7d7a673;p=openldap diff --git a/tests/scripts/test018-syncreplication-persist b/tests/scripts/test018-syncreplication-persist index fd261b7f8a..db2df02054 100755 --- a/tests/scripts/test018-syncreplication-persist +++ b/tests/scripts/test018-syncreplication-persist @@ -13,7 +13,7 @@ ## top-level directory of the distribution or, alternatively, at ## . -if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" ; then +if test "$BACKEND" != "bdb" && test "$BACKEND" != "hdb" ; then echo "Test does not support $BACKEND" exit 0 fi @@ -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..."