mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 22:23:54 +01: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:
		| @@ -4,7 +4,7 @@ | ||||
|  | ||||
| set -uo pipefail | ||||
|  | ||||
| max_retry=5 | ||||
| max_retry=10 | ||||
| counter=0 | ||||
| num_secs_await_retry=5 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user