aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorGiuseppe Lippolis <giu.lippolis@gmail.com>2018-08-26 10:52:27 +0200
committerJohn Crispin <john@phrozen.org>2018-08-29 08:35:24 +0200
commit159a52e1c2d0889bbb137c42df0062e7df24cac3 (patch)
tree0a0c231c4eda6fd9b9d260326e6be3426fb50b43 /package/network
parent27e6d719e990bd985e31141ebadb927b2d281f47 (diff)
downloadupstream-159a52e1c2d0889bbb137c42df0062e7df24cac3.tar.gz
upstream-159a52e1c2d0889bbb137c42df0062e7df24cac3.tar.bz2
upstream-159a52e1c2d0889bbb137c42df0062e7df24cac3.zip
comgt: increase timeout on runcommands
Some combination of modem/wireless operator requires more time to execute the commands. Tested on DWR-512 embedded wwan modem and italian operator iliad (new virtual operator). Signed-off-by: Giuseppe Lippolis <giu.lippolis@gmail.com> (cherry picked from commit 774d7fc9f2897d7b33ef15ddaa3522531eb85970)
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/comgt/files/runcommand.gcom2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/comgt/files/runcommand.gcom b/package/network/utils/comgt/files/runcommand.gcom
index e99b6f922a..88a9d29dc1 100644
--- a/package/network/utils/comgt/files/runcommand.gcom
+++ b/package/network/utils/comgt/files/runcommand.gcom
@@ -10,7 +10,7 @@ opengt
send $env("COMMAND")
send "^m"
- waitfor 15 "OK","ERR","ERROR","COMMAND NOT SUPPORT"
+ waitfor 25 "OK","ERR","ERROR","COMMAND NOT SUPPORT"
if % = 0 goto continue
if % = 1 goto error
if % = 2 goto error