Merge pull request #1306 from Random-Liu/extend-permission-denied-retry
[WCOW] Extend permission denied retry to 3min.
This commit is contained in:
commit
0ebf032aac
@ -49,7 +49,7 @@ function retry_anyway() {
|
||||
}
|
||||
|
||||
function retry_on_permission_error() {
|
||||
retry_on_error 12 5 "Permission denied" "$@"
|
||||
retry_on_error 36 5 "Permission denied" "$@"
|
||||
}
|
||||
|
||||
function retry_on_error() {
|
||||
|
Loading…
Reference in New Issue
Block a user