Reduce the number of frames used in lossless test Change-Id: I976f70b640b06f20533ad29578a5b2acca134fd4
diff --git a/test/vp9_lossless_test.cc b/test/vp9_lossless_test.cc index 30a3118..e8c32b4 100644 --- a/test/vp9_lossless_test.cc +++ b/test/vp9_lossless_test.cc
@@ -66,7 +66,7 @@ // intentionally changed the dimension for better testing coverage libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, - timebase.den, timebase.num, 0, 30); + timebase.den, timebase.num, 0, 10); ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); const double psnr_lossless = GetMinPsnr(); EXPECT_GE(psnr_lossless, kMaxPsnr);