diff --git a/bin/tests/system/lwresd/tests.sh b/bin/tests/system/lwresd/tests.sh index c425410bdf..13780113a8 100644 --- a/bin/tests/system/lwresd/tests.sh +++ b/bin/tests/system/lwresd/tests.sh @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.18 2007/06/18 23:47:29 tbox Exp $ +# $Id: tests.sh,v 1.19 2011/10/17 05:40:11 marka Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh @@ -36,6 +36,7 @@ $PERL $SYSTEMTESTTOP/start.pl . lwresd1 -- "-m record,size,mctx -c lwresd.conf - echo "I:using lwresd.conf" ret=0 +sleep 1 # allow lwresd to finish starting. ./lwtest || ret=1 if [ $ret != 0 ]; then echo "I:failed"