Index: source/libvpx/test/datarate_test.cc |
diff --git a/source/libvpx/test/datarate_test.cc b/source/libvpx/test/datarate_test.cc |
index e529347714cf10b63abc67d3b0fba010947f3726..94efeae97ac6e99096bd770a18ac06eff4402108 100644 |
--- a/source/libvpx/test/datarate_test.cc |
+++ b/source/libvpx/test/datarate_test.cc |
@@ -540,7 +540,7 @@ TEST_P(DatarateTestVP9Large, ChangingDropFrameThresh) { |
<< " The first dropped frame for drop_thresh " << i |
<< " > first dropped frame for drop_thresh " |
<< i - kDropFrameThreshTestStep; |
- ASSERT_GE(num_drops_, last_num_drops) |
+ ASSERT_GE(num_drops_, last_num_drops * 0.90) |
<< " The number of dropped frames for drop_thresh " << i |
<< " < number of dropped frames for drop_thresh " |
<< i - kDropFrameThreshTestStep; |