macOS: Notarization count fix.

Change-Id: If2be00ebf08655d967273ae3a84f4345ea10f06a
Reviewed-on: https://code.wireshark.org/review/33435
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2019-05-31 13:57:31 -07:00
parent 01a30c1018
commit 332eeb1f88
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ eval_info_cmd=(xcrun altool \
for try in {1..80} ; do
printf "\\nWaiting 15s \xe2\x80\xa6 "
sleep 15
echo "done. Checking status ($try of 40)"
echo "done. Checking status ($try of 80)"
"${eval_info_cmd[@]}" 2>&1 | tee "$altool_out"
grep "Status: in progress" "$altool_out" > /dev/null 2>&1 || break
done