mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 07:40:23 +02:00
Increase retries in repeat_hdiutil.sh
script (#444)
* Increase retries in `repeat_hdiutil.sh` script Increase both time between tries and number of tries. Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org> * Modify config values Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
This commit is contained in:
parent
1fb034ce3a
commit
4848dea701
@ -4,7 +4,7 @@
|
||||
|
||||
set -uo pipefail
|
||||
|
||||
max_retry=5
|
||||
max_retry=10
|
||||
counter=0
|
||||
num_secs_await_retry=5
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user