From 259c51992e02eb323742df1a678b1e5eddba0997 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 11 Jun 2010 10:58:47 -0500 Subject: Increasing timeout to hopefully make it work on Hudson with load. --- tests/test-libappindicator-fallback-watcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-libappindicator-fallback-watcher.c b/tests/test-libappindicator-fallback-watcher.c index 70e01d1..00841fd 100644 --- a/tests/test-libappindicator-fallback-watcher.c +++ b/tests/test-libappindicator-fallback-watcher.c @@ -97,7 +97,7 @@ main (int argv, char ** argc) dbus_connection_add_filter(dbus_g_connection_get_connection(session_bus), dbus_filter, NULL, NULL); /* After we've got the name, let it unfallback, and then we'll drop again */ - g_timeout_add(250, kill_func, NULL); + g_timeout_add(1000, kill_func, NULL); g_debug("Entering Mainloop"); -- cgit v1.2.3