From 6f4e1465bc5ef44f5475c92f31c25777697d9dc4 Mon Sep 17 00:00:00 2001 From: sowle Date: Mon, 22 Apr 2024 17:50:41 +0200 Subject: [PATCH] utils: macosx_bild_uploader: increased attempts count (i.e. timeout) --- utils/macosx_build_uploader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/macosx_build_uploader.sh b/utils/macosx_build_uploader.sh index acd23652..45813204 100644 --- a/utils/macosx_build_uploader.sh +++ b/utils/macosx_build_uploader.sh @@ -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