From: Kurt Zeilenga Date: Tue, 3 Aug 1999 21:47:35 +0000 (+0000) Subject: Update the sleep to 10 seconds (last commit only changed the echo) X-Git-Tag: TWEB_OL_BASE~303 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ecbb75f930a715a22dd77b520b1af3fd13f42716;p=openldap Update the sleep to 10 seconds (last commit only changed the echo) --- diff --git a/tests/scripts/all b/tests/scripts/all index 0977e1bc0f..0b48a44829 100755 --- a/tests/scripts/all +++ b/tests/scripts/all @@ -32,6 +32,6 @@ for CMD in $SRCDIR/scripts/test*; do exit $RC fi echo ">>>>> waiting 10 seconds for things to exit" - sleep 5 + sleep 10 echo done