[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#749098: rygel: FTBFS on hurd



Source: rygel
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

Dear Maintainer,

attached patch fixes FTBFS on hurd.
It increases two timeouts in testsuite from 2-3 to 6 seconds.

Thanks for considering.
--- rygel-0.21.5.orig/tests/rygel-http-post-test.vala
+++ rygel-0.21.5/tests/rygel-http-post-test.vala
@@ -105,7 +105,7 @@ public class Rygel.HTTPPostTest : GLib.O
         var file = File.new_for_uri (MediaItem.URI);
         FileUtils.remove (file.get_path ());
 
-        Timeout.add_seconds (3, this.on_timeout);
+        Timeout.add_seconds (6, this.on_timeout);
         this.server.message_received.connect (this.on_message_received);
         this.client.completed.connect (this.on_client_completed);
 
--- rygel-0.21.5.orig/tests/rygel-user-config-test.vala
+++ rygel-0.21.5/tests/rygel-user-config-test.vala
@@ -687,7 +687,7 @@ public class Rygel.UserConfigTest : GLib
         foreach (var watch_data in watch_data_array) {
             this.current_watch_data = watch_data;
 
-            this.timeout_id = Timeout.add_seconds (2, () => {
+            this.timeout_id = Timeout.add_seconds (6, () => {
                 if (!this.current_watch_data.empty ()) {
                     this.current_watch_data.print_description ();
                     warning ("Test timed out and not all expected changes " +

Reply to: