From 126173ad0ac9e3950d5d7fd9305a751a652fb75c Mon Sep 17 00:00:00 2001 From: pedro Date: Thu, 30 Jan 2025 09:05:06 +0100 Subject: [PATCH] devicehub: don't rush on the vc signing --- docker/devicehub-django.entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/devicehub-django.entrypoint.sh b/docker/devicehub-django.entrypoint.sh index d98ff11..318435f 100644 --- a/docker/devicehub-django.entrypoint.sh +++ b/docker/devicehub-django.entrypoint.sh @@ -128,9 +128,10 @@ wait_idhub() { if [ "${result}" = "Invalid request method" ]; then break + sleep 2 else echo "Waiting idhub API" - sleep 1 + sleep 3 fi done }