Skip to content

Commit c222324

Browse files
committed
JBR-8196 increase -max-wait for codesign tool up
1 parent f6c01ae commit c222324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jb/project/tools/mac/scripts/codesign.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
max_attempts=3
3939
attempt=1
4040
while [ $attempt -le $max_attempts ]; do
41-
if "$JETSIGN_CLIENT" -log-format text -max-wait 1m -denoted-content-type "$contentType" -extensions "$jetSignExtensions" "$pathToBeSigned"; then
41+
if "$JETSIGN_CLIENT" -log-format text -max-wait 3m -denoted-content-type "$contentType" -extensions "$jetSignExtensions" "$pathToBeSigned"; then
4242
break
4343
else
4444
if [ $attempt -eq $max_attempts ]; then

0 commit comments

Comments
 (0)