Skip to content

Commit 85b407e

Browse files
committed
add timer to wait for splunk restore init
1 parent 81d738d commit 85b407e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/splunkconf-backup-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)