1
0
Fork 0
forked from lthn/blockchain

utils: macosx_bild_uploader: increased attempts count (i.e. timeout)

This commit is contained in:
sowle 2024-04-22 17:50:41 +02:00
parent 15e653a8ae
commit 6f4e1465bc
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -27,7 +27,7 @@ function upload_build() # $1 - path to the file to be uploaded
counter=0
while [ ! -f DONE ]
do
if [ "$counter" -ge 150 ]
if [ "$counter" -ge 500 ]
then
echo "ERROR: uploading is taking longer than expected"
touch STOP