mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
replication: wait longer for replication to resync (#23336)
Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
@@ -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