Skip to content

Commit

Permalink
Update sleep time of status checks (#1788)
Browse files Browse the repository at this point in the history
* increasing sleep time

* increase elapsed as well
  • Loading branch information
samwinebrake authored Feb 19, 2025
1 parent bf0fecb commit e625e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ jobs:
# Initial delay to allow statuses to start being reported
echo "Sleeping for initial delay to allow statuses to be reported..."
sleep 10
ELAPSED=$((ELAPSED + 10))
sleep 60
ELAPSED=$((ELAPSED + 60))

while true; do
echo "Polling statuses for commit $COMMIT_SHA"
Expand Down

0 comments on commit e625e09

Please sign in to comment.