summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Valentin <avalentin@marcant.net>2013-01-09 12:09:52 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-01-09 12:09:52 +0100
commite380940cc43d073568bf22feb69738ff8473b591 (patch)
tree81b86d9559d67d06fde7fce2f04eae3b5b4c86ec
parent1822155d250dc40436da9808b949310e8d9d2d82 (diff)
qmicli: update timeout for the start network command
-rw-r--r--cli/qmicli-wds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/qmicli-wds.c b/cli/qmicli-wds.c
index 775824b..4f0e897 100644
--- a/cli/qmicli-wds.c
+++ b/cli/qmicli-wds.c
@@ -603,7 +603,7 @@ qmicli_wds_run (QmiDevice *device,
g_debug ("Asynchronously starting network...");
qmi_client_wds_start_network (ctx->client,
input,
- 10,
+ 45,
ctx->cancellable,
(GAsyncReadyCallback)start_network_ready,
NULL);