From 704b183002d3bee76c413070802176b1146e8dec Mon Sep 17 00:00:00 2001 From: vcerenu Date: Fri, 27 May 2022 11:44:22 -0300 Subject: [PATCH] test CI --- .github/workflows/push.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8134b400..14c7bf30 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -35,7 +35,8 @@ jobs: - name: Check Wazuh indexer start run: | - curl -XGET "https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s" -u admin:SecretPassword -k + sleep 60 + curl -XGET "https://0.0.0.0:9200/_cluster/health" -u admin:SecretPassword -k - name: Check Wazuh indexer nodes run: | @@ -61,7 +62,8 @@ jobs: - name: Check Wazuh indexer start run: | - curl -XGET "https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s" -u admin:SecretPassword -k + sleep 60 + curl -XGET "https://0.0.0.0:9200/_cluster/health" -u admin:SecretPassword -k - name: Check Wazuh indexer nodes run: |