uqmi: increase wait time before checking connection state
[openwrt/staging/jow.git] / package / network / utils / uqmi / files / lib / netifd / proto / qmi.sh
index 52515dd9c1efa088620cdcd59e61e28a83a88143..8c335b57758bcc311b0c67cfb74ae9892394b482 100755 (executable)
@@ -253,7 +253,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