aboutsummaryrefslogtreecommitdiff
path: root/tests/service-shutdown-timeout.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-02 13:16:42 -0800
committerTed Gould <ted@gould.cx>2010-02-02 13:16:42 -0800
commit6afee918e61effc297495027bf324e49e3d6c031 (patch)
treeb629589813b0aeb6ed2af713b9a199d93445b148 /tests/service-shutdown-timeout.c
parent103f8b0b79cfaf3e90e4ea01987485155b450d03 (diff)
parent527674dd6a94f1e9b0a558d6ac1a86593a8e787e (diff)
downloadlibayatana-indicator-6afee918e61effc297495027bf324e49e3d6c031.tar.gz
libayatana-indicator-6afee918e61effc297495027bf324e49e3d6c031.tar.bz2
libayatana-indicator-6afee918e61effc297495027bf324e49e3d6c031.zip
Fixes to the test suite.
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);