Skip to content

Commit

Permalink
Add sleep after clister initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Oct 31, 2024
1 parent 474e5dd commit d176449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-tools/scripts/04_initialize_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ fi

# Check the Wazuh indexer status
echo "Checking cluster status..."
sleep 2
RESPONSE=$(curl -s -k -u "$USER:$PASSWORD" "https://$CLUSTER_IP:9200")

# Check if the request was successful
Expand Down

0 comments on commit d176449

Please sign in to comment.