diff options
author | Ted Gould <ted@gould.cx> | 2010-06-11 10:58:47 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-11 10:58:47 -0500 |
commit | 259c51992e02eb323742df1a678b1e5eddba0997 (patch) | |
tree | 5e8256dd685eb7d06eaa204463ec4334df7ec240 /tests/test-libappindicator-fallback-watcher.c | |
parent | 27fe45b69f41861cbf1f432db61e31a24f276bb8 (diff) | |
download | ayatana-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/test-libappindicator-fallback-watcher.c')
-rw-r--r-- | tests/test-libappindicator-fallback-watcher.c | 2 |
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"); |