telit: increase timeout for AT#REBOOT

It was observed that sporadically it may take more than 5 seconds for modem to
respond to AT#REBOOT. Increase the timeout on AT command to not report
unnecessary errors to the user.
This commit is contained in:
Krzysztof Drobinski
2019-09-11 17:48:00 +02:00
parent 4a0de586db
commit ef30dd800c

View File

@@ -710,7 +710,7 @@ modem_reset (MMIfaceModem *self,
{
mm_base_modem_at_command (MM_BASE_MODEM (self),
"AT#REBOOT",
3,
8,
FALSE,
callback,
user_data);