qmicli: update timeout for the start network command

This commit is contained in:
André Valentin 2013-01-09 12:09:52 +01:00 committed by Aleksander Morgado
parent 1822155d25
commit e380940cc4
1 changed files with 1 additions and 1 deletions

View File

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