replication: wait longer for replication to resync (#23336)

Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
Ryan Cragun
2023-09-27 14:50:28 -06:00
committed by GitHub
parent 6685565b7e
commit 5cdce48a6a

View File

@@ -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