Просмотр исходного кода

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 <[email protected]>
Giuseppe Lippolis 7 лет назад
Родитель
Сommit
774d7fc9f2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/network/utils/comgt/files/runcommand.gcom

+ 1 - 1
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