From bc90929adb5637cc0f77dfeba64082b26c435fc7 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 30 Jan 2015 10:05:10 -0600 Subject: Ensure the properties get set, there's some intermitant failures here. --- tests/media-player-user.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/media-player-user.cc') diff --git a/tests/media-player-user.cc b/tests/media-player-user.cc index a402f90..8d2fcb1 100644 --- a/tests/media-player-user.cc +++ b/tests/media-player-user.cc @@ -180,6 +180,9 @@ TEST_F(MediaPlayerUserTest, TimeoutTest) { set_property("Album", g_variant_new_string("Vinyl is dead")); set_property("ArtUrl", g_variant_new_string("http://art.url")); + /* Ensure the properties get set before we pull them */ + loop(100); + /* Build our media player */ MediaPlayerUser * player = media_player_user_new("user"); ASSERT_NE(nullptr, player); -- cgit v1.2.3