gdbus-connection: wait up to 10s to actually send a message
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 11 Feb 2014 14:23:15 +0000 (14:23 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 14 May 2015 11:11:20 +0000 (12:11 +0100)
commit3beb67f9f3b1db6ee133973edfd89df89d7bdde5
treec283185b97a8a2720696c41ca3043a41d3e1797e
parentf1c2e703454cb876a7df9c081c456a3df97b906e
gdbus-connection: wait up to 10s to actually send a message

We previously waited 0.25s, which should be enough even on slow machines,
but you never know; but we also now wait in 0.1s increments, so this test
should actually be faster now.

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=724113
Acked-by: Matthias Clasen <mclasen@redhat.com>
gio/tests/gdbus-connection.c