aboutsummaryrefslogtreecommitdiff
path: root/tests/service-shutdown-timeout.c
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-02-04 19:00:38 -0800
committerSebastien Bacher <seb128@ubuntu.com>2010-02-04 19:00:38 -0800
commit050ef48d22ce3f4626eb11867fea14f0e8a0854e (patch)
treeed69171d22fa26aa06fd91feefacef1f9fd69974 /tests/service-shutdown-timeout.c
parent717a085c50ac2e0b93ca9c79fdcf954eb9e253f6 (diff)
parent72ef75fa51c63e533ff2883bffc75bfc86a2c521 (diff)
downloadlibayatana-indicator-0.3.2-0ubuntu1.tar.gz
libayatana-indicator-0.3.2-0ubuntu1.tar.bz2
libayatana-indicator-0.3.2-0ubuntu1.zip
releasing version 0.3.2-0ubuntu10.3.2-0ubuntu1
Diffstat (limited to 'tests/service-shutdown-timeout.c')
-rw-r--r--tests/service-shutdown-timeout.c2
1 files changed, 1 insertions, 1 deletions
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);