Extend permission denied retry to 3min.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
1629277497
commit
180e86ab39
@ -49,7 +49,7 @@ function retry_anyway() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function retry_on_permission_error() {
|
function retry_on_permission_error() {
|
||||||
retry_on_error 12 5 "Permission denied" "$@"
|
retry_on_error 36 5 "Permission denied" "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
function retry_on_error() {
|
function retry_on_error() {
|
||||||
|
Loading…
Reference in New Issue
Block a user