From 527674dd6a94f1e9b0a558d6ac1a86593a8e787e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 2 Feb 2010 12:20:44 -0800 Subject: Adjusting to new timeout value --- tests/service-shutdown-timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/service-shutdown-timeout.c') diff --git a/tests/service-shutdown-timeout.c b/tests/service-shutdown-timeout.c index 666739a..820441c 100644 --- a/tests/service-shutdown-timeout.c +++ b/tests/service-shutdown-timeout.c @@ -31,7 +31,7 @@ main (int argc, char ** argv) IndicatorService * is = indicator_service_new("my.test.name"); g_signal_connect(G_OBJECT(is), INDICATOR_SERVICE_SIGNAL_SHUTDOWN, shutdown, NULL); - g_timeout_add_seconds(1, timeout, NULL); + g_timeout_add_seconds(2, timeout, NULL); mainloop = g_main_loop_new(NULL, FALSE); g_main_loop_run(mainloop); -- cgit v1.2.3