]> git.sur5r.net Git - openldap/commitdiff
Update the sleep to 10 seconds (last commit only changed the echo)
authorKurt Zeilenga <kurt@openldap.org>
Tue, 3 Aug 1999 21:47:35 +0000 (21:47 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 3 Aug 1999 21:47:35 +0000 (21:47 +0000)
tests/scripts/all

index 0977e1bc0fa43bace1e47b30d7c922516af0d7da..0b48a448297028aad407d47f7ac2323d40dd7125 100755 (executable)
@@ -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