aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-11 10:58:47 -0500
committerTed Gould <ted@gould.cx>2010-06-11 10:58:47 -0500
commit259c51992e02eb323742df1a678b1e5eddba0997 (patch)
tree5e8256dd685eb7d06eaa204463ec4334df7ec240 /tests
parent27fe45b69f41861cbf1f432db61e31a24f276bb8 (diff)
downloadayatana-indicator-application-259c51992e02eb323742df1a678b1e5eddba0997.tar.gz
ayatana-indicator-application-259c51992e02eb323742df1a678b1e5eddba0997.tar.bz2
ayatana-indicator-application-259c51992e02eb323742df1a678b1e5eddba0997.zip
Increasing timeout to hopefully make it work on Hudson with load.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-libappindicator-fallback-watcher.c2
1 files changed, 1 insertions, 1 deletions
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");