Use 5 scounds as default dbus reply timeout
authorPeng Huang <shawn.p.huang@gmail.com>
Tue, 5 Jan 2010 06:06:32 +0000 (14:06 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Tue, 5 Jan 2010 06:06:32 +0000 (14:06 +0800)
bus/main.c

index 2788b75a8451e94d95903d7acc742c492d689759..972e865d3f56a4c580b2a9b56209b4ef641388d8 100644 (file)
@@ -43,7 +43,7 @@ static gchar *address = "";
 gboolean g_rescan = FALSE;
 gboolean g_mempro = FALSE;
 gboolean g_verbose = FALSE;
-gint   g_dbus_timeout = 2000;
+gint   g_dbus_timeout = 5000;
 #ifdef G_THREADS_ENABLED
 gint   g_monitor_timeout = 0;
 #endif