Skip to content

Commit a6d389f

Browse files
committed
Increase NOTARIZATION_TIMEOUT in build-tools/osx/sign_and_notarize.sh
1 parent e111c41 commit a6d389f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-tools/osx/sign_and_notarize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ APP_NAME="Mintlayer Node GUI"
1111
DMG_NAME="Mintlayer_Node_GUI_macos_${VERSION}_${ARCH}.dmg"
1212
KEYCHAIN_NAME="build.keychain"
1313
KEYCHAIN_PASSWORD="temporary_password"
14-
NOTARIZATION_TIMEOUT=60 # Maximum wait time for notarization in seconds
14+
NOTARIZATION_TIMEOUT=300 # Maximum wait time for notarization in seconds
1515

1616
# Function to display usage information
1717
usage() {

0 commit comments

Comments
 (0)