Skip to content

Commit

Permalink
replication: wait longer for replication to resync (#23336)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cragun <me@ryan.ec>
  • Loading branch information
ryancragun authored Sep 27, 2023
1 parent 6685565 commit 5cdce48
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 5cdce48

Please sign in to comment.