diff options
author | Ted Gould <ted@gould.cx> | 2012-02-14 20:51:23 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-14 20:51:23 -0600 |
commit | 0cad2e2fb913e79ef218d8175c90bc011855ca81 (patch) | |
tree | 2f631977e5b98113006cb83c06d17b96e6079ec9 | |
parent | e5053aefa1301a8fa1ec795dbe45a56db2b01688 (diff) | |
download | libayatana-indicator-0cad2e2fb913e79ef218d8175c90bc011855ca81.tar.gz libayatana-indicator-0cad2e2fb913e79ef218d8175c90bc011855ca81.tar.bz2 libayatana-indicator-0cad2e2fb913e79ef218d8175c90bc011855ca81.zip |
Increasing the test timeout to ensure that's not our issue
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | tests/service-manager-connect-service.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8a35d67..1b3239a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libindicator (0.4.91-0ubuntu1~ppa3) precise; urgency=low + + * Increasing the test timeout to ensure that's not our issue + + -- Ted Gould <ted@ubuntu.com> Tue, 14 Feb 2012 20:50:51 -0600 + libindicator (0.4.91-0ubuntu1~ppa2) precise; urgency=low * debian/rules: Adding messages 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); |