]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/all
Delete CDB (no transactions) support
[openldap] / tests / scripts / all
index a469a919f0a6d8797b530f68dd0a61a1a28d0b64..6a8bff6bf8203a9ae61549cdda395d83d5b86f26 100755 (executable)
@@ -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