mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
backport of commit 5cdce48a6a (#23348)
Co-authored-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
committed by
GitHub
parent
19319cb7ee
commit
0b7be4a0ae
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user