Skip to content

Commit

Permalink
Add sleep to avoid requesting to the API before cluster is initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M committed Nov 1, 2024
1 parent 136242f commit 1ceef3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-tools/scripts/00_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ run_command "sudo bash 03_manage_indexer_service.sh -a start"

# Initialize cluster (assumes this step doesn't depend on Node 2 presence)
run_command "sudo bash 04_initialize_cluster.sh"
sleep 2

# Validate installed plugins
if [ -n "$NODE_2" ]; then
Expand Down

0 comments on commit 1ceef3c

Please sign in to comment.