diff --git a/tests/test-quic.c b/tests/test-quic.c index 3ed20ec..efc4245 100644 --- a/tests/test-quic.c +++ b/tests/test-quic.c @@ -343,7 +343,7 @@ static GdkPixbuf *pixbuf_new_random(void) { gboolean has_alpha = g_random_boolean(); gint width = g_random_int_range(100, 2000); - gint height = g_random_int_range(100, 2000); + gint height = g_random_int_range(100, 500); GdkPixbuf *random_pixbuf; guint i, size; guint8 *pixels;