bearer-mbim: update connection timeout values

This commit is contained in:
Aleksander Morgado
2013-04-14 14:19:32 +02:00
parent 07d4aa9938
commit 91e4c9832a

View File

@@ -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);