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:
@@ -350,7 +350,7 @@ mm_shared_xmm_set_current_modes (MMIfaceModem *self,
|
|||||||
mm_base_modem_at_command (
|
mm_base_modem_at_command (
|
||||||
MM_BASE_MODEM (self),
|
MM_BASE_MODEM (self),
|
||||||
command,
|
command,
|
||||||
3,
|
10,
|
||||||
FALSE,
|
FALSE,
|
||||||
(GAsyncReadyCallback)xact_set_modes_ready,
|
(GAsyncReadyCallback)xact_set_modes_ready,
|
||||||
task);
|
task);
|
||||||
@@ -529,7 +529,7 @@ out:
|
|||||||
mm_base_modem_at_command (
|
mm_base_modem_at_command (
|
||||||
MM_BASE_MODEM (self),
|
MM_BASE_MODEM (self),
|
||||||
command,
|
command,
|
||||||
3,
|
10,
|
||||||
FALSE,
|
FALSE,
|
||||||
(GAsyncReadyCallback)xact_set_bands_ready,
|
(GAsyncReadyCallback)xact_set_bands_ready,
|
||||||
task);
|
task);
|
||||||
|
Reference in New Issue
Block a user