aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2013-05-31 13:13:57 -0500
committerDan Williams <dcbw@redhat.com>2013-05-31 13:13:57 -0500
commit68a7d1a3ac0a62379280dbd40c632113273df00f (patch)
tree73654052d128e203f4cd1c14bef26cf629526273
parentfe5c81458ff6c06029376e7fc311bb1af11da232 (diff)
broadband-modem-mbm: *EPIN response often needs a lot of time
If the modem was locked, it'll delay responding until the SIM is ready, which can take a long time.
-rw-r--r--plugins/mbm/mm-broadband-modem-mbm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mbm/mm-broadband-modem-mbm.c b/plugins/mbm/mm-broadband-modem-mbm.c
index b70b5752..f75a9a8d 100644
--- a/plugins/mbm/mm-broadband-modem-mbm.c
+++ b/plugins/mbm/mm-broadband-modem-mbm.c
@@ -712,7 +712,7 @@ load_unlock_retries (MMIfaceModem *self,
mm_dbg ("loading unlock retries (mbm)...");
mm_base_modem_at_command (MM_BASE_MODEM (self),
"*EPIN?",
- 3,
+ 10,
FALSE,
callback,
user_data);