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 }