1
0
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:
Emily Mabrey 2021-08-09 10:18:31 -04:00 committed by GitHub
parent 1fb034ce3a
commit 4848dea701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
set -uo pipefail
max_retry=5
max_retry=10
counter=0
num_secs_await_retry=5