---
 tests/glean/tblend.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/glean/tblend.cpp b/tests/glean/tblend.cpp
index 6611729..a0f67b7 100644
--- a/tests/glean/tblend.cpp
+++ b/tests/glean/tblend.cpp
@@ -800,7 +800,7 @@ BlendFuncTest::runOne(BlendFuncResult& r, Window& w) {
 
        // If quick mode, run fewer tests
        if (env->options.quick) {
-               testStride = 11;  // a prime number
+               testStride = 53;  // a prime number
                assert(ELEMENTS(srcFactors) % testStride);
                assert(ELEMENTS(dstFactors) % testStride);
                assert(ELEMENTS(operators) % testStride);
-- 
1.7.10.4

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to