devicehub: don't rush on the vc signing

This commit is contained in:
pedro 2025-01-30 09:05:06 +01:00
parent 02a69e6994
commit 829fb6e2a1

View file

@ -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
}