summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2013-12-04 18:51:51 -0800
committerAleksander Morgado <aleksander@lanedo.com>2013-12-09 13:12:33 +0100
commitbe4bc12a1c5a4855d0ab7d1ad465433ed3e33c09 (patch)
tree7de4f21dcc7a866e9173a4fec320c453ac102720
parent0f211135785480e8eb844d3f22d926f53381f62a (diff)
downloadlibmbim-be4bc12a1c5a4855d0ab7d1ad465433ed3e33c09.tar.gz
mbimcli: increase timeout for --query-visible-providers to 120s
-rw-r--r--cli/mbimcli-basic-connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mbimcli-basic-connect.c b/cli/mbimcli-basic-connect.c
index 8f2db5e..025f1ef 100644
--- a/cli/mbimcli-basic-connect.c
+++ b/cli/mbimcli-basic-connect.c
@@ -1473,7 +1473,7 @@ mbimcli_basic_connect_run (MbimDevice *device,
request = mbim_message_visible_providers_query_new (MBIM_VISIBLE_PROVIDERS_ACTION_FULL_SCAN, NULL);
mbim_device_command (ctx->device,
request,
- 60, /* longer timeout, needs to scan */
+ 120, /* longer timeout, needs to scan */
ctx->cancellable,
(GAsyncReadyCallback)visible_providers_ready,
NULL);