author | melunko |
Thu Feb 28 08:10:55 2008 +0000 (2008-02-28) | |
branch | trunk |
changeset 932 | 58d43e2186ba |
parent 931 | e8e3219edf5f |
child 933 | 604f1de8ee09 |
1.1 --- a/gmyth-dbus/src/gmyth-dbus-server.c Wed Feb 27 11:00:07 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);