devicehub: don't rush on the vc signing
This commit is contained in:
parent
02a69e6994
commit
829fb6e2a1
|
@ -128,9 +128,10 @@ wait_idhub() {
|
||||||
|
|
||||||
if [ "${result}" = "Invalid request method" ]; then
|
if [ "${result}" = "Invalid request method" ]; then
|
||||||
break
|
break
|
||||||
|
sleep 2
|
||||||
else
|
else
|
||||||
echo "Waiting idhub API"
|
echo "Waiting idhub API"
|
||||||
sleep 1
|
sleep 3
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue