From: Peng Huang Date: Sat, 3 Oct 2009 02:12:46 +0000 (+0800) Subject: Use 2 second as default timeout X-Git-Tag: 1.2.0.20091014~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9df6be63e0aa76867ce81b5e383d23b737167709;p=platform%2Fupstream%2Fibus.git Use 2 second as default timeout --- diff --git a/bus/main.c b/bus/main.c index d965e1ea..3b5baf9f 100644 --- a/bus/main.c +++ b/bus/main.c @@ -42,7 +42,7 @@ static gchar *address = ""; gboolean g_rescan = FALSE; gboolean g_mempro = FALSE; gboolean g_verbose = FALSE; -gint g_dbus_timeout = -1; +gint g_dbus_timeout = 2000; static const GOptionEntry entries[] = {