aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-04-14 14:19:32 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-04-14 14:19:32 +0200
commit3e9128cd567c60f9488c735f8a689a78407f0411 (patch)
tree89d4689a609c4aab519c1b8c0f2b3721c05d312c
parent5fa21e7d4ea308f575c97390fdf3db78f5be4a8f (diff)
bearer-mbim: update connection timeout values
-rw-r--r--src/mm-bearer-mbim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-bearer-mbim.c b/src/mm-bearer-mbim.c
index ebd2a963..73ae5b5b 100644
--- a/src/mm-bearer-mbim.c
+++ b/src/mm-bearer-mbim.c
@@ -356,7 +356,7 @@ connect_context_step (ConnectContext *ctx)
mbim_device_command (ctx->device,
message,
- 10,
+ 30,
NULL,
(GAsyncReadyCallback)packet_service_set_ready,
ctx);
@@ -459,7 +459,7 @@ connect_context_step (ConnectContext *ctx)
mbim_device_command (ctx->device,
message,
- 10,
+ 60,
NULL,
(GAsyncReadyCallback)connect_set_ready,
ctx);