diff --git a/scripts/uploadPatientData.sh b/scripts/uploadPatientData.sh index 324d2db..b42c275 100755 --- a/scripts/uploadPatientData.sh +++ b/scripts/uploadPatientData.sh @@ -6,6 +6,8 @@ if [ "$AZURE_PRINCIPAL_TYPE" == "ServicePrincipal" ]; then echo "Running as ServicePrincipal. Skipping uploading data." + echo "Adding artificial delay to simulate upload time. This also allows accounting for any application restarts after a deployment." + sleep 60 exit 0 fi