diff options
author | Dan Williams <dcbw@redhat.com> | 2012-10-30 18:39:53 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2012-10-30 18:40:30 -0500 |
commit | 189726de1156146f41b73e0a3570a106c79862c4 (patch) | |
tree | 763d4db3f8ca25768af8b5854a5c2d7f7ea4a59e | |
parent | 26956924b062bed7f1b724376f9e6ee7e89c1e13 (diff) |
sierra: allow more time for PDP context activation
3 seconds isn't always enough to set up the context with the network.
-rw-r--r-- | plugins/sierra/mm-broadband-bearer-sierra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sierra/mm-broadband-bearer-sierra.c b/plugins/sierra/mm-broadband-bearer-sierra.c index c3a7bc86..07c999ad 100644 --- a/plugins/sierra/mm-broadband-bearer-sierra.c +++ b/plugins/sierra/mm-broadband-bearer-sierra.c @@ -254,7 +254,7 @@ dial_3gpp_context_step (Dial3gppContext *ctx) mm_base_modem_at_command_full (ctx->modem, ctx->primary, command, - 3, + 10, FALSE, FALSE, /* raw */ NULL, /* cancellable */ |