From ebf648d490448d511b5fe970d76040169e65ef74 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sun, 14 Feb 2016 10:48:24 -0800 Subject: checkasm/vf_blend: Decrease iteration count The test is already slow. --- tests/checkasm/vf_blend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checkasm/vf_blend.c b/tests/checkasm/vf_blend.c index e14ee787de..cfc389bf98 100644 --- a/tests/checkasm/vf_blend.c +++ b/tests/checkasm/vf_blend.c @@ -27,7 +27,7 @@ #define WIDTH 256 #define HEIGHT 256 -#define BUF_UNITS 9 +#define BUF_UNITS 3 #define SIZE_PER_UNIT (WIDTH * HEIGHT) #define BUF_SIZE (BUF_UNITS * SIZE_PER_UNIT) -- cgit v1.2.3