Add wait for multi-node delay configurations

This commit is contained in:
fcaffieri
2026-05-22 19:24:53 -03:00
parent d46f24c707
commit f4f7af55ff
@@ -481,6 +481,18 @@ jobs:
exit 1
"
- name: Multi-node cluster warm-up wait
if: matrix.deployment_type == 'multi-node'
run: |
echo "Waiting 90s for multi-node OpenSearch cluster to reach steady state..."
sleep 90
DEPLOYMENT="${{ matrix.deployment_type }}"
ssh ${{ env.SSH_OPTS }} "${{ env.REMOTE }}" "
cd /tmp/wazuh-docker/${DEPLOYMENT}
echo '=== Container status after warm-up ==='
sudo docker compose ps
"
# -----------------------------------------------------------------------
# Run integration tests
# -----------------------------------------------------------------------