From: Howard Chu Date: Fri, 30 Jul 2021 14:58:19 +0000 (+0100) Subject: ITS#6138 fix test timing issue X-Git-Tag: OPENLDAP_REL_ENG_2_6_0~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8311c71f3d1cec9547de9fa53bf8f7f17f6a3d89;p=thirdparty%2Fopenldap.git ITS#6138 fix test timing issue --- diff --git a/tests/scripts/test033-glue-syncrepl b/tests/scripts/test033-glue-syncrepl index 1239bd1798..a11b467f54 100755 --- a/tests/scripts/test033-glue-syncrepl +++ b/tests/scripts/test033-glue-syncrepl @@ -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=$?