aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-02-23 12:26:17 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-02-23 12:26:17 +0100
commitcfa1adf52f305134dd83fe4b861b9cd71f416c07 (patch)
tree8e444547e0fea473cf80a1f89ea1475a18a563e4 /tests
parentf8e24aeac440743247ede915a6d255b36197a9f4 (diff)
parent169093d37a32b8019211dd998a6b1ec2df68e450 (diff)
downloadlibayatana-indicator-cfa1adf52f305134dd83fe4b861b9cd71f416c07.tar.gz
libayatana-indicator-cfa1adf52f305134dd83fe4b861b9cd71f416c07.tar.bz2
libayatana-indicator-cfa1adf52f305134dd83fe4b861b9cd71f416c07.zip
Prepared upstream tree for merging into target branch.
Diffstat (limited to 'tests')
-rw-r--r--tests/service-manager-connect-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/service-manager-connect-service.c b/tests/service-manager-connect-service.c
index 7f57f96..09a7ba1 100644
--- a/tests/service-manager-connect-service.c
+++ b/tests/service-manager-connect-service.c
@@ -55,7 +55,7 @@ main (int argc, char ** argv)
IndicatorService * is = indicator_service_new("org.ayatana.test");
g_signal_connect(G_OBJECT(is), INDICATOR_SERVICE_SIGNAL_SHUTDOWN, shutdown, NULL);
- g_timeout_add_seconds(1, timeout, NULL);
+ g_timeout_add_seconds(5, timeout, NULL);
mainloop = g_main_loop_new(NULL, FALSE);
g_main_loop_run(mainloop);