tests: wait for draw before fetching tree view style

On some slower machines (e.g. an ARM OBS builder), this test is failing
with a race condition where we're trying to fetch the style before it's
applied.

https://bugzilla.gnome.org/show_bug.cgi?id=749593
This commit is contained in:
Cosimo Cecchi 2015-05-19 10:25:00 -07:00 committed by Cosimo Cecchi
parent 6ff19bcedc
commit cfbd862aae

View File

@ -211,6 +211,7 @@ test_row_separator_height (void)
gtk_container_add (GTK_CONTAINER (window), tree_view);
gtk_widget_show_all (window);
gtk_test_widget_wait_for_draw (window);
path = gtk_tree_path_new_from_indices (2, -1);
gtk_tree_view_get_background_area (GTK_TREE_VIEW (tree_view),