From 74c665741d480ab79105345ef9c700ddbf70804f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sat, 6 Feb 2010 09:40:19 -0800 Subject: Lengthening the time a little bit to make sure we don't miss messages. --- tests/test-libappindicator-status-client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test-libappindicator-status-client.c') 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); -- cgit v1.2.3