From 8311c71f3d1cec9547de9fa53bf8f7f17f6a3d89 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 30 Jul 2021 15:58:19 +0100 Subject: [PATCH] ITS#6138 fix test timing issue --- tests/scripts/test033-glue-syncrepl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=$? -- 2.47.3