aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-03-04 23:49:51 +0100
committerSebastien Bacher <seb128@ubuntu.com>2010-03-04 23:49:51 +0100
commit8dcf6e3c998de10b8989d5a66308c3dd424668e9 (patch)
treeba35ec09962361baa611e6d5d2239c9ad9fda253 /tests
parent55be4446f55193573d8cde7f11e91c7c988f3aba (diff)
parent31743686e7ea47be4d890f9fde454cc2073ff004 (diff)
downloadayatana-indicator-application-8dcf6e3c998de10b8989d5a66308c3dd424668e9.tar.gz
ayatana-indicator-application-8dcf6e3c998de10b8989d5a66308c3dd424668e9.tar.bz2
ayatana-indicator-application-8dcf6e3c998de10b8989d5a66308c3dd424668e9.zip
releasing version 0.0.15-0ubuntu10.0.15-0ubuntu1
Diffstat (limited to 'tests')
-rw-r--r--tests/test-libappindicator-status-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libappindicator-status-client.c b/tests/test-libappindicator-status-client.c
index acf4fca..9e39ed8 100644
--- a/tests/test-libappindicator-status-client.c
+++ b/tests/test-libappindicator-status-client.c
@@ -137,7 +137,7 @@ main (gint argc, gchar * argv[])
dbus_bus_add_match(dbus_g_connection_get_connection(session_bus), "type='signal',interface='" NOTIFICATION_ITEM_DBUS_IFACE "',member='NewStatus'", NULL);
watchdog_hit = TRUE;
- g_timeout_add(250, kill_func, NULL);
+ g_timeout_add(1000, kill_func, NULL);
mainloop = g_main_loop_new(NULL, FALSE);
g_main_loop_run(mainloop);