Index: source/libvpx/test/datarate_test.cc |
=================================================================== |
--- source/libvpx/test/datarate_test.cc (revision 281795) |
+++ source/libvpx/test/datarate_test.cc (working copy) |
@@ -576,7 +576,7 @@ |
// Expect some frame drops in this test: for this 200 frames test, |
// expect at least 10% and not more than 60% drops. |
ASSERT_GE(num_drops_, 20); |
- ASSERT_LE(num_drops_, 120); |
+ ASSERT_LE(num_drops_, 130); |
} |
} |