mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
fix messages/sleep times
This commit is contained in:
parent
5785175313
commit
7268c949de
2 changed files with 4 additions and 4 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue