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: |