Index: tests/GLProgramsTest.cpp |
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp |
index 57274e06787ed3158b6ddf26e70b440dd17d6323..52d1e0375cee85a6074eb3fda4ed2147de173a88 100644 |
--- a/tests/GLProgramsTest.cpp |
+++ b/tests/GLProgramsTest.cpp |
@@ -331,7 +331,7 @@ bool GrDrawingManager::ProgramUnitTest(GrContext* context, int maxStages) { |
GrClip clip; |
SkRandom random; |
- static const int NUM_TESTS = 2048; |
+ static const int NUM_TESTS = 1024; |
for (int t = 0; t < NUM_TESTS; t++) { |
// setup random render target(can fail) |
SkAutoTUnref<GrRenderTarget> rt(random_render_target( |