backport of commit 5cdce48a6a8380c185cf962a8e0768be006230e2 (#23347)
Co-authored-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
parent
d2465da3fd
commit
302284aafa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue