We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d20c9 commit ab20fb4Copy full SHA for ab20fb4
1 file changed
.github/workflows/splunkconf-backup-test.yml
@@ -1329,9 +1329,10 @@ jobs:
1329
1330
if [ "$HEALTH" = "healthy" ]; then
1331
echo "Splunk is healthy after $((RETRIES * RETRY_INTERVAL)) seconds."
1332
- echo "sleeping 90s to wait for splunk restore to finish"
+ WAITSEC=300
1333
+ echo "sleeping ${WAITSEC}s to wait for splunk restore to finish"
1334
# temp - to be replaced by check
- sleep 90
1335
+ sleep $WAITSEC
1336
break
1337
fi
1338
0 commit comments