diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-04 19:00:38 -0800 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-04 19:00:38 -0800 |
commit | 050ef48d22ce3f4626eb11867fea14f0e8a0854e (patch) | |
tree | ed69171d22fa26aa06fd91feefacef1f9fd69974 /tests/service-shutdown-timeout.c | |
parent | 717a085c50ac2e0b93ca9c79fdcf954eb9e253f6 (diff) | |
parent | 72ef75fa51c63e533ff2883bffc75bfc86a2c521 (diff) | |
download | libayatana-indicator-050ef48d22ce3f4626eb11867fea14f0e8a0854e.tar.gz libayatana-indicator-050ef48d22ce3f4626eb11867fea14f0e8a0854e.tar.bz2 libayatana-indicator-050ef48d22ce3f4626eb11867fea14f0e8a0854e.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.c | 2 |
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); |