backport of commit 5cdce48a6a (#23348)

Co-authored-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
hc-github-team-secure-vault-core
2023-09-27 19:08:23 -04:00
committed by GitHub
parent 19319cb7ee
commit 0b7be4a0ae

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