Index: tests/CodexTest.cpp |
diff --git a/tests/CodexTest.cpp b/tests/CodexTest.cpp |
index bd3e2031c96b7b0264ef3c59ae294ec0c15096ac..205bd49e2bec64e8ea76b0f7df317644b04b04b5 100644 |
--- a/tests/CodexTest.cpp |
+++ b/tests/CodexTest.cpp |
@@ -581,7 +581,7 @@ static void test_dimensions(skiatest::Reporter* r, const char path[]) { |
} |
// Check that the decode is successful for a variety of scales |
- for (int sampleSize = 1; sampleSize < 10; sampleSize++) { |
+ for (int sampleSize = 1; sampleSize < 32; sampleSize++) { |
// Scale the output dimensions |
SkISize scaledDims = codec->getSampledDimensions(sampleSize); |
SkImageInfo scaledInfo = codec->getInfo() |