From 77387cf604c8033a44d62253cf685493cc5d556d Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 13 Sep 2018 15:17:15 +0200 Subject: [PATCH] xmm: increase AT command timeout when updating bands/modes Looks like sometimes it may take a bit more than 3s. --- plugins/xmm/mm-shared-xmm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/xmm/mm-shared-xmm.c b/plugins/xmm/mm-shared-xmm.c index b0061018..389889c6 100644 --- a/plugins/xmm/mm-shared-xmm.c +++ b/plugins/xmm/mm-shared-xmm.c @@ -350,7 +350,7 @@ mm_shared_xmm_set_current_modes (MMIfaceModem *self, mm_base_modem_at_command ( MM_BASE_MODEM (self), command, - 3, + 10, FALSE, (GAsyncReadyCallback)xact_set_modes_ready, task); @@ -529,7 +529,7 @@ out: mm_base_modem_at_command ( MM_BASE_MODEM (self), command, - 3, + 10, FALSE, (GAsyncReadyCallback)xact_set_bands_ready, task);