conform: Avoid a deadlock

Something is causing a deadlock when using clutter_threads_* API inside
the offscreen redirect conformance test. The conformance tests are
pretty insane anyway, so for the time being, let's put g_timeout_add()
back in while we figure out the issue.
This commit is contained in:
Emmanuele Bassi 2012-01-27 11:42:33 +00:00
parent ccc70a911d
commit 9d355f12c6

View File

@ -333,7 +333,7 @@ test_offscreen_redirect (TestConformSimpleFixture *fixture,
/* Start the test after a short delay to allow the stage to
render its initial frames without affecting the results */
clutter_threads_add_timeout_full (G_PRIORITY_LOW, 250, timeout_cb, &data, NULL);
g_timeout_add_full (G_PRIORITY_LOW, 250, timeout_cb, &data, NULL);
clutter_main ();