]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/its-all
Sync with HEAD
[openldap] / tests / scripts / its-all
index c0c57046543289c6810d49815ed277c5190bce5f..4f3cba8fcfdb9145cf79559116e34e13ae8afa4b 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2005 The OpenLDAP Foundation.
+## Copyright 1998-2006 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -16,7 +16,6 @@
 SHTOOL="$SRCDIR/../build/shtool"
 TB=`$SHTOOL echo -e "%B"`
 TN=`$SHTOOL echo -e "%b"`
-SLEEPTIME=10
 
 echo "#######################################################################"
 echo "###                                                                 ###"
@@ -45,7 +44,6 @@ for CMD in $SRCDIR/data/regressions/its*/its*; do
                exit $RC
        fi
 
-       echo ">>>>> waiting $SLEEPTIME seconds for things to exit"
-       sleep $SLEEPTIME
+       echo ">>>>> waiting for things to exit"
        echo ""
 done