From 8f24cfee75e5a41e490f25b8b4205648978cb908 Mon Sep 17 00:00:00 2001 From: Matthias Blondeel Date: Thu, 30 Oct 2025 11:33:46 -0700 Subject: [PATCH] Add artificial delay for github action --- scripts/uploadPatientData.sh | 2 ++ 1 file changed, 2 insertions(+) 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