xmm: increase AT command timeout when updating bands/modes

Looks like sometimes it may take a bit more than 3s.
This commit is contained in:
Aleksander Morgado
2018-09-13 15:17:15 +02:00
parent e75063d80a
commit 77387cf604

View File

@@ -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);