Skip to content

Commit

Permalink
backport of commit 5cdce48 (#23347)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Cragun <me@ryan.ec>
  • Loading branch information
1 parent 0dcf9c7 commit 17b0ff8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ check_pr_status() {
return 0
}

# Retry a few times because it can take some time for replication to sync
retry 5 check_pr_status
# Retry for a while because it can take some time for replication to sync
retry 10 check_pr_status

0 comments on commit 17b0ff8

Please sign in to comment.