diff options
author | Ted Gould <ted@gould.cx> | 2012-02-14 21:10:11 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-14 21:10:11 -0600 |
commit | 4621a452aaaa880586aa64cde1ccefa71404ad18 (patch) | |
tree | 72fffa3910c1dfedf3d1dfe983f06cd98702a7ee /tests/service-manager-connect-service.c | |
parent | ee6a7f0fbc9598f791f217d47b9e2c678a106e61 (diff) | |
download | libayatana-indicator-4621a452aaaa880586aa64cde1ccefa71404ad18.tar.gz libayatana-indicator-4621a452aaaa880586aa64cde1ccefa71404ad18.tar.bz2 libayatana-indicator-4621a452aaaa880586aa64cde1ccefa71404ad18.zip |
Adjusting timeout so it'll build on the buildds too
Diffstat (limited to 'tests/service-manager-connect-service.c')
-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); |