[rygel/rygel-0-22] tests: Bump timeouts
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/rygel-0-22] tests: Bump timeouts
- Date: Thu, 29 May 2014 08:15:44 +0000 (UTC)
commit 5c3f58ff3a19e15597f91f2835d94be1e7285f16
Author: Jens Georg <mail jensge org>
Date: Thu May 29 08:44:17 2014 +0200
tests: Bump timeouts
Reported by debian maintainers that it helps to pass thests on Hurd.
Signed-off-by: Jens Georg <mail jensge org>
tests/rygel-http-post-test.vala | 2 +-
tests/rygel-user-config-test.vala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/rygel-http-post-test.vala b/tests/rygel-http-post-test.vala
index fd92f84..e92a92c 100644
--- a/tests/rygel-http-post-test.vala
+++ b/tests/rygel-http-post-test.vala
@@ -105,7 +105,7 @@ public class Rygel.HTTPPostTest : GLib.Object {
var file = File.new_for_uri (MediaItem.URI);
FileUtils.remove (file.get_path ());
- Timeout.add_seconds (3, this.on_timeout);
+ Timeout.add_seconds (10, this.on_timeout);
this.server.message_received.connect (this.on_message_received);
this.client.completed.connect (this.on_client_completed);
diff --git a/tests/rygel-user-config-test.vala b/tests/rygel-user-config-test.vala
index 6f16b8f..b45d651 100644
--- a/tests/rygel-user-config-test.vala
+++ b/tests/rygel-user-config-test.vala
@@ -687,7 +687,7 @@ public class Rygel.UserConfigTest : GLib.Object {
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 (10, () => {
if (!this.current_watch_data.empty ()) {
this.current_watch_data.print_description ();
warning ("Test timed out and not all expected changes " +
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]