[glib] Take out the timeout from the large-message test
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Take out the timeout from the large-message test
- Date: Mon, 11 Jul 2011 03:12:12 +0000 (UTC)
commit 2caddda5341a9a89ccaff4fdb04d638d54a8c635
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jul 10 23:11:30 2011 -0400
Take out the timeout from the large-message test
This is an attempt to make the test not fail on build slaves,
which currently getting a timeout error here.
gio/tests/gdbus-connection-slow.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/gdbus-connection-slow.c b/gio/tests/gdbus-connection-slow.c
index 5511b5f..39a9eb8 100644
--- a/gio/tests/gdbus-connection-slow.c
+++ b/gio/tests/gdbus-connection-slow.c
@@ -144,7 +144,7 @@ large_message_on_name_appeared (GDBusConnection *connection,
g_variant_new ("(s)", request), /* parameters */
G_VARIANT_TYPE ("(s)"), /* return type */
G_DBUS_CALL_FLAGS_NONE,
- -1,
+ G_MAXINT,
NULL,
&error);
g_assert_no_error (error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]