Skip to content

Commit ab20fb4

Browse files
committed
increase time to wait for restore
1 parent 83d20c9 commit ab20fb4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,9 +1329,10 @@ 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"
1332+
WAITSEC=300
1333+
echo "sleeping ${WAITSEC}s to wait for splunk restore to finish"
13331334
# temp - to be replaced by check
1334-
sleep 90
1335+
sleep $WAITSEC
13351336
break
13361337
fi
13371338

0 commit comments

Comments
 (0)