From da5b9d3e0f174befefb41fafc2d0ba7c0d867f97 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 12 Mar 2014 23:44:28 +1100 Subject: [PATCH] [900/906] tests/gstglcontext: reduce the number of frames displayed Was causing timeouts on intel hardware due to vsync handling. --- tests/check/libs/gstglcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/libs/gstglcontext.c b/tests/check/libs/gstglcontext.c index 3425e033d7..ce106535c6 100644 --- a/tests/check/libs/gstglcontext.c +++ b/tests/check/libs/gstglcontext.c @@ -324,7 +324,7 @@ GST_START_TEST (test_wrapped_context) gst_gl_window_send_message (other_window, GST_GL_WINDOW_CB (init), context); - while (i < 1000) { + while (i < 10) { gst_gl_window_send_message (other_window, GST_GL_WINDOW_CB (draw_tex), context); gst_gl_window_send_message (window, GST_GL_WINDOW_CB (draw_render),