From 2f4320b0de23ee063bfe2e4ea078aa87269abe2a Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 14 Feb 2025 15:08:02 -0600 Subject: [PATCH] Reduce failures in container tests --- tests/bin/ds-create.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/bin/ds-create.sh b/tests/bin/ds-create.sh index 9067256dcfb..32e39f01dbc 100755 --- a/tests/bin/ds-create.sh +++ b/tests/bin/ds-create.sh @@ -253,4 +253,7 @@ docker exec $NAME ldapsearch \ -x \ -b "$SUFFIX" +# allow more time to connect to network +sleep 5 + echo "DS container is ready"