From 5d7e1b67bed33bace30dfe8e6293951e1026af50 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Wed, 16 Jun 2021 14:26:45 +0200 Subject: [PATCH] fix sleep setting for running on macos --- .../org.springframework.boot.ide.product.e417/macos-notarize.sh | 2 +- .../org.springframework.boot.ide.product.e418/macos-notarize.sh | 2 +- .../org.springframework.boot.ide.product.e419/macos-notarize.sh | 2 +- .../org.springframework.boot.ide.product.e420/macos-notarize.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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')