summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-05 09:08:33 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-05 09:08:33 +0200
commit588a6cd8ad111336154187e2fc41f255e8fc4331 (patch)
tree207e001e4621674aa5da914132aace2ebc5d8a66
parent71a1a7621f56fbdf56ea367a607e7bc9f61e5282 (diff)
qmicli: increase default timeout when opening the `QmiDevice' to 15s
-rw-r--r--cli/qmicli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/qmicli.c b/cli/qmicli.c
index 5029d1b..d24dabe 100644
--- a/cli/qmicli.c
+++ b/cli/qmicli.c
@@ -318,7 +318,7 @@ device_new_ready (GObject *unused,
/* Open the device */
qmi_device_open (device,
open_flags,
- 5,
+ 15,
cancellable,
(GAsyncReadyCallback)device_open_ready,
NULL);