aboutsummaryrefslogtreecommitdiff
path: root/tests/service-shutdown-timeout.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-04 17:37:47 -0800
committerTed Gould <ted@gould.cx>2010-02-04 17:37:47 -0800
commit65bc7421edda0ffc4a8d5b36b5aea1d566522f6b (patch)
treed9f50fd9c288bbf7193e604ad15093415b8f25ac /tests/service-shutdown-timeout.c
parente0dbaa39db9ccf72a4dd9405d620a590ac751249 (diff)
parent0d5ea56677c20ba1f6cd9f8687d7c33b373c6db2 (diff)
downloadlibayatana-indicator-65bc7421edda0ffc4a8d5b36b5aea1d566522f6b.tar.gz
libayatana-indicator-65bc7421edda0ffc4a8d5b36b5aea1d566522f6b.tar.bz2
libayatana-indicator-65bc7421edda0ffc4a8d5b36b5aea1d566522f6b.zip
* Upstream release 0.3.2
* Various fixes to timeout handling in services and the * Fix test suite when run headless
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);