aboutsummaryrefslogtreecommitdiff
path: root/tests/test-libappindicator-status-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-06 09:40:19 -0800
committerTed Gould <ted@gould.cx>2010-02-06 09:40:19 -0800
commit74c665741d480ab79105345ef9c700ddbf70804f (patch)
tree670402e0bb08c1422aab59bc34688fd60c226f31 /tests/test-libappindicator-status-client.c
parentd004765bf7b546978e708f7ca43efc80e33f0d19 (diff)
downloadayatana-indicator-application-74c665741d480ab79105345ef9c700ddbf70804f.tar.gz
ayatana-indicator-application-74c665741d480ab79105345ef9c700ddbf70804f.tar.bz2
ayatana-indicator-application-74c665741d480ab79105345ef9c700ddbf70804f.zip
Lengthening the time a little bit to make sure we don't miss messages.
Diffstat (limited to 'tests/test-libappindicator-status-client.c')
-rw-r--r--tests/test-libappindicator-status-client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-libappindicator-status-client.c b/tests/test-libappindicator-status-client.c
index e016c81..2e02b8e 100644
--- a/tests/test-libappindicator-status-client.c
+++ b/tests/test-libappindicator-status-client.c
@@ -83,6 +83,7 @@ kill_func (gpointer userdata)
if (watchdog_hit == FALSE) {
g_main_loop_quit(mainloop);
g_warning("Forced to Kill");
+ g_warning("Toggle count: %d", toggle_count);
passed = FALSE;
return FALSE;
}
@@ -106,7 +107,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(100, kill_func, NULL);
+ g_timeout_add(250, kill_func, NULL);
mainloop = g_main_loop_new(NULL, FALSE);
g_main_loop_run(mainloop);