File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1299,7 +1299,7 @@ jobs:
12991299 docker inspect splunk --format='{{.State.Status}} - {{.State.ExitCode}}'
13001300
13011301 # -------------------------------------------------------
1302- # Step 20: Wait for Splunk restore to be ready
1302+ # Step 20: Wait for Splunk pod restore to be ready
13031303 # -------------------------------------------------------
13041304 - name : Wait for Splunk restore ${{ matrix.splunk_type }} ${{ matrix.splunk_version }} to be ready
13051305 run : |
@@ -1329,6 +1329,9 @@ jobs:
13291329
13301330 if [ "$HEALTH" = "healthy" ]; then
13311331 echo "Splunk is healthy after $((RETRIES * RETRY_INTERVAL)) seconds."
1332+ echo "sleeping 90s to wait for splunk restore to finish"
1333+ # temp - to be replaced by check
1334+ sleep 90
13321335 break
13331336 fi
13341337
You can’t perform that action at this time.
0 commit comments