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-17 15:19:50 +0200
commit91e4c9832ac317b4fbda91e5b3eb4ef34c6c701f (patch)
tree6928b2705b2de59fadc9021367c9b6700211e595
parent07d4aa993803a7c83349f9865dd0654086439b31 (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);