We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c01ae commit c222324Copy full SHA for c222324
jb/project/tools/mac/scripts/codesign.sh
@@ -38,7 +38,7 @@ else
38
max_attempts=3
39
attempt=1
40
while [ $attempt -le $max_attempts ]; do
41
- if "$JETSIGN_CLIENT" -log-format text -max-wait 1m -denoted-content-type "$contentType" -extensions "$jetSignExtensions" "$pathToBeSigned"; then
+ if "$JETSIGN_CLIENT" -log-format text -max-wait 3m -denoted-content-type "$contentType" -extensions "$jetSignExtensions" "$pathToBeSigned"; then
42
break
43
else
44
if [ $attempt -eq $max_attempts ]; then
0 commit comments