X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fall;h=6a8bff6bf8203a9ae61549cdda395d83d5b86f26;hb=98a2c60c3a394ec89898764956feed895622c937;hp=a469a919f0a6d8797b530f68dd0a61a1a28d0b64;hpb=2a92589ecd3e6961512179d01d813ec128772f58;p=openldap diff --git a/tests/scripts/all b/tests/scripts/all index a469a919f0..6a8bff6bf8 100755 --- a/tests/scripts/all +++ b/tests/scripts/all @@ -1,4 +1,5 @@ #! /bin/sh +# $OpenLDAP$ # disable LDAP initialization LDAPNOINIT=true; export LDAPNOINIT @@ -14,7 +15,7 @@ fi echo ">>>>> Test Directory: $SRCDIR" if test $# -eq 0 ; then - BACKEND=ldbm + BACKEND=bdb else BACKEND=$1; shift fi @@ -31,7 +32,7 @@ for CMD in $SRCDIR/scripts/test*; do echo ">>>>> $CMD failed (exit $RC)" exit $RC fi - echo ">>>>> waiting 5 seconds for things to exit" - sleep 5 + echo ">>>>> waiting 10 seconds for things to exit" + sleep 10 echo done