aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-05-31 13:57:31 -0700
committerGerald Combs <gerald@wireshark.org>2019-05-31 20:58:02 +0000
commit332eeb1f88a954f98b1c5692780ea9013dd5eb9c (patch)
treeb9ef6fcdc00f4a663c92d3c72b6abc96d0299fef /packaging
parent01a30c1018779b23494baee72d92f26372e56147 (diff)
macOS: Notarization count fix.
Change-Id: If2be00ebf08655d967273ae3a84f4345ea10f06a Reviewed-on: https://code.wireshark.org/review/33435 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/notarize-dmg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/notarize-dmg.sh b/packaging/macosx/notarize-dmg.sh
index 760368bd96..63b20a193e 100755
--- a/packaging/macosx/notarize-dmg.sh
+++ b/packaging/macosx/notarize-dmg.sh
@@ -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