Chromium Code Reviews| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc |
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc |
| index a6c182a7bc8eafcbd6f5f7d18b0de671fba43176..70051bb5fa1a8dcc31e28421585c2cafaf7c4d8a 100644 |
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc |
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc |
| @@ -52,7 +52,7 @@ TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropTwoStreamsWrap) { |
| } |
| TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropThreeStreamsWrap) { |
| - CapacityDropTestHelper(3, true, 734); |
| + CapacityDropTestHelper(3, true, 567); |
|
terelius
2015/10/12 12:04:41
Use of expected_drop_delta? Reason for change?
stefan-webrtc
2015/11/24 16:08:03
I analyzed this and this is just a matter of timin
|
| } |
| TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropThirteenStreamsWrap) { |