diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-port-mbim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-mbim.c b/src/mm-port-mbim.c index 695412a2..c0c4c1a7 100644 --- a/src/mm-port-mbim.c +++ b/src/mm-port-mbim.c @@ -533,7 +533,7 @@ mbim_query_device_services (GTask *task) message = mbim_message_device_services_query_new (NULL); mbim_device_command (self->priv->mbim_device, message, - 10, + 20, NULL, (GAsyncReadyCallback)mbim_query_device_services_ready, task); |