diff options
author | Ted Gould <ted@gould.cx> | 2012-02-23 00:23:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-23 00:23:40 -0600 |
commit | 169093d37a32b8019211dd998a6b1ec2df68e450 (patch) | |
tree | 8e444547e0fea473cf80a1f89ea1475a18a563e4 /tests | |
parent | a820ba783386064dfa221586e0d0f9b0234d5be6 (diff) | |
parent | 69f15f71084d413e8063e577689be9ca8a3aedc6 (diff) | |
download | libayatana-indicator-169093d37a32b8019211dd998a6b1ec2df68e450.tar.gz libayatana-indicator-169093d37a32b8019211dd998a6b1ec2df68e450.tar.bz2 libayatana-indicator-169093d37a32b8019211dd998a6b1ec2df68e450.zip |
Import upstream version 0.4.92
Diffstat (limited to 'tests')
-rw-r--r-- | tests/service-manager-connect-service.c | 2 |
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); |