]> git.sur5r.net Git - openldap/commitdiff
5 seconds just isn't long enough
authorKurt Zeilenga <kurt@openldap.org>
Tue, 3 Aug 1999 21:46:44 +0000 (21:46 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 3 Aug 1999 21:46:44 +0000 (21:46 +0000)
tests/scripts/all

index a469a919f0a6d8797b530f68dd0a61a1a28d0b64..0977e1bc0fa43bace1e47b30d7c922516af0d7da 100755 (executable)
@@ -31,7 +31,7 @@ for CMD in $SRCDIR/scripts/test*; do
                echo ">>>>> $CMD failed (exit $RC)"
                exit $RC
        fi
-       echo ">>>>> waiting 5 seconds for things to exit"
+       echo ">>>>> waiting 10 seconds for things to exit"
        sleep 5
        echo
 done