gmyth-dbus/src/gmyth-dbus-server.c
branchtrunk
changeset 932 58d43e2186ba
parent 913 c0f13b16964f
     1.1 --- a/gmyth-dbus/src/gmyth-dbus-server.c	Fri Feb 08 00:03:03 2008 +0000
     1.2 +++ b/gmyth-dbus/src/gmyth-dbus-server.c	Thu Feb 28 08:10:55 2008 +0000
     1.3 @@ -1309,7 +1309,7 @@
     1.4  
     1.5      binfo = gmyth_backend_info_new_full (host, user, password, MYTH_DEFAULT_DB, port);
     1.6  
     1.7 -    ret = gmyth_query_connect_with_timeout (query, binfo, 2 /*seconds*/);
     1.8 +    ret = gmyth_query_connect_with_timeout (query, binfo, 10 /*seconds*/);
     1.9      gmyth_query_disconnect (query);
    1.10  
    1.11      g_object_unref (query);