From 8f8bcd7724e8c75cf7e0460946c04624ce6ed46a Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 25 Jul 2012 10:04:20 +0200 Subject: cli: allow modifying default DBus timeout with `--timeout' By default 30s will be used for every operation. --- cli/mmcli-sim.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/mmcli-sim.c') diff --git a/cli/mmcli-sim.c b/cli/mmcli-sim.c index aa39a91c..1bde2b74 100644 --- a/cli/mmcli-sim.c +++ b/cli/mmcli-sim.c @@ -315,6 +315,9 @@ get_sim_ready (GObject *source, &ctx->manager, &ctx->object); + /* Setup operation timeout */ + mmcli_force_operation_timeout (G_DBUS_PROXY (ctx->sim)); + if (info_flag) g_assert_not_reached (); @@ -402,6 +405,9 @@ mmcli_sim_run_synchronous (GDBusConnection *connection) &ctx->manager, &ctx->object); + /* Setup operation timeout */ + mmcli_force_operation_timeout (G_DBUS_PROXY (ctx->sim)); + /* Request to get info from SIM? */ if (info_flag) { g_debug ("Printing sim info..."); -- cgit v1.2.3-70-g09d2