ITS#6138 fix test timing issue

This commit is contained in:
Howard Chu 2021-07-30 15:58:19 +01:00 committed by Quanah Gibson-Mount
parent a54f99858c
commit 8311c71f3d

View file

@ -170,7 +170,7 @@ if test $RC != 0 ; then
fi
# This usually propagates immediately
sleep 1
sleep $SLEEP1
$LDAPSEARCH -H $URI2 -b "$BABSDN" > $TESTOUT 2>&1
RC=$?