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, mbim_device_command (ctx->device,
message, message,
10, 30,
NULL, NULL,
(GAsyncReadyCallback)packet_service_set_ready, (GAsyncReadyCallback)packet_service_set_ready,
ctx); ctx);
@@ -459,7 +459,7 @@ connect_context_step (ConnectContext *ctx)
mbim_device_command (ctx->device, mbim_device_command (ctx->device,
message, message,
10, 60,
NULL, NULL,
(GAsyncReadyCallback)connect_set_ready, (GAsyncReadyCallback)connect_set_ready,
ctx); ctx);