diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e417/macos-notarize.sh b/eclipse-distribution/org.springframework.boot.ide.product.e417/macos-notarize.sh index eaf3bde2b..f3ba32af9 100755 --- a/eclipse-distribution/org.springframework.boot.ide.product.e417/macos-notarize.sh +++ b/eclipse-distribution/org.springframework.boot.ide.product.e417/macos-notarize.sh @@ -17,7 +17,7 @@ UUID=$(echo ${RESPONSE} | jq -r '.uuid') STATUS=$(echo ${RESPONSE} | jq -r '.notarizationStatus.status') while [[ ${STATUS} == 'IN_PROGRESS' ]]; do - sleep 1m + sleep 60 RESPONSE=$(curl -s ${NOTARIZE_SERVICE_URL}/macos-notarization-service/${UUID}/status) STATUS=$(echo ${RESPONSE} | jq -r '.notarizationStatus.status') done diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e418/macos-notarize.sh b/eclipse-distribution/org.springframework.boot.ide.product.e418/macos-notarize.sh index eaf3bde2b..f3ba32af9 100755 --- a/eclipse-distribution/org.springframework.boot.ide.product.e418/macos-notarize.sh +++ b/eclipse-distribution/org.springframework.boot.ide.product.e418/macos-notarize.sh @@ -17,7 +17,7 @@ UUID=$(echo ${RESPONSE} | jq -r '.uuid') STATUS=$(echo ${RESPONSE} | jq -r '.notarizationStatus.status') while [[ ${STATUS} == 'IN_PROGRESS' ]]; do - sleep 1m + sleep 60 RESPONSE=$(curl -s ${NOTARIZE_SERVICE_URL}/macos-notarization-service/${UUID}/status) STATUS=$(echo ${RESPONSE} | jq -r '.notarizationStatus.status') done diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e419/macos-notarize.sh b/eclipse-distribution/org.springframework.boot.ide.product.e419/macos-notarize.sh index eaf3bde2b..f3ba32af9 100755 --- a/eclipse-distribution/org.springframework.boot.ide.product.e419/macos-notarize.sh +++ b/eclipse-distribution/org.springframework.boot.ide.product.e419/macos-notarize.sh @@ -17,7 +17,7 @@ UUID=$(echo ${RESPONSE} | jq -r '.uuid') STATUS=$(echo ${RESPONSE} | jq -r '.notarizationStatus.status') while [[ ${STATUS} == 'IN_PROGRESS' ]]; do - sleep 1m + sleep 60 RESPONSE=$(curl -s ${NOTARIZE_SERVICE_URL}/macos-notarization-service/${UUID}/status) STATUS=$(echo ${RESPONSE} | jq -r '.notarizationStatus.status') done diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e420/macos-notarize.sh b/eclipse-distribution/org.springframework.boot.ide.product.e420/macos-notarize.sh index 9c51a0a86..0364a4992 100755 --- a/eclipse-distribution/org.springframework.boot.ide.product.e420/macos-notarize.sh +++ b/eclipse-distribution/org.springframework.boot.ide.product.e420/macos-notarize.sh @@ -20,7 +20,7 @@ echo "Status after submitting" echo ${STATUS} while [[ ${STATUS} == 'IN_PROGRESS' ]]; do - sleep 1m + sleep 60 RESPONSE=$(curl -s ${NOTARIZE_SERVICE_URL}/macos-notarization-service/${UUID}/status) STATUS=$(echo ${RESPONSE} | jq -r '.notarizationStatus.status')