Use 2 second as default timeout
authorPeng Huang <shawn.p.huang@gmail.com>
Sat, 3 Oct 2009 02:12:46 +0000 (10:12 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Sat, 3 Oct 2009 02:12:46 +0000 (10:12 +0800)
bus/main.c

index d965e1e..3b5baf9 100644 (file)
@@ -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[] =
 {