Skip to content

Commit 6e70fd3

Browse files
committed
fix test
1 parent 7ac434c commit 6e70fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensearch-operator/pkg/reconcilers/securityconfig_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ var _ = Describe("Securityconfig Reconciler", func() {
288288
chmod +x $ADMIN;
289289
until curl -k --silent https://no-securityconfig-tls-configured.no-securityconfig-tls-configured.svc.cluster.local:9200;
290290
do
291-
echo 'Waiting to connect to the cluster'; sleep 120;
291+
echo 'Waiting to connect to the cluster'; sleep 20;
292292
done;count=0;
293293
until $ADMIN -cacert /certs/ca.crt -cert /certs/tls.crt -key /certs/tls.key -cd /usr/share/opensearch/config/opensearch-security -icl -nhnv -h no-securityconfig-tls-configured.no-securityconfig-tls-configured.svc.cluster.local -p 9200 || (( count++ >= 20 ));
294294
do

0 commit comments

Comments
 (0)