From ef30dd800c1dd802fc18b6e627224a065f4b5223 Mon Sep 17 00:00:00 2001 From: Krzysztof Drobinski Date: Wed, 11 Sep 2019 17:48:00 +0200 Subject: [PATCH] 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. --- plugins/telit/mm-broadband-modem-telit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/telit/mm-broadband-modem-telit.c b/plugins/telit/mm-broadband-modem-telit.c index d6b1ea2d..373ecaa3 100644 --- a/plugins/telit/mm-broadband-modem-telit.c +++ b/plugins/telit/mm-broadband-modem-telit.c @@ -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);