mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
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.
This commit is contained in:
parent
436dbe7744
commit
2caddda534
@ -144,7 +144,7 @@ large_message_on_name_appeared (GDBusConnection *connection,
|
|||||||
g_variant_new ("(s)", request), /* parameters */
|
g_variant_new ("(s)", request), /* parameters */
|
||||||
G_VARIANT_TYPE ("(s)"), /* return type */
|
G_VARIANT_TYPE ("(s)"), /* return type */
|
||||||
G_DBUS_CALL_FLAGS_NONE,
|
G_DBUS_CALL_FLAGS_NONE,
|
||||||
-1,
|
G_MAXINT,
|
||||||
NULL,
|
NULL,
|
||||||
&error);
|
&error);
|
||||||
g_assert_no_error (error);
|
g_assert_no_error (error);
|
||||||
|
Loading…
Reference in New Issue
Block a user