summaryrefslogtreecommitdiff
path: root/tests/rygel-http-post-test.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rygel-http-post-test.vala')
-rw-r--r--tests/rygel-http-post-test.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rygel-http-post-test.vala b/tests/rygel-http-post-test.vala
index fd92f84b..e92a92c0 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);