Extend permission denied retry to 3min.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2019-09-26 22:39:00 -07:00
parent 1629277497
commit 180e86ab39

View File

@ -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() {