uqmi: increase wait time before checking connection state
[openwrt/staging/blocktrron.git] / package / network / utils / uqmi / files / lib / netifd / proto / qmi.sh
index e89d5a43a1de9fdcc90c0191cc8c411494de5d37..53ab3d44bbc4a3fc81edac4f4de87794f84cf0eb 100755 (executable)
@@ -248,7 +248,7 @@ proto_qmi_setup() {
        uqmi -s -d "$device" --network-register > /dev/null 2>&1
 
        echo "Waiting for network registration"
-       sleep 1
+       sleep 5
        local registration_timeout=0
        local registration_state=""
        while true; do