forked from lthn/blockchain
utils: macosx_bild_uploader: increased attempts count (i.e. timeout)
This commit is contained in:
parent
15e653a8ae
commit
6f4e1465bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue