| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc
|
| index 2ea52ca0ac3d9fe97e742fcc519b34840cbfaaca..5ee994a929cec93d61a489396750680fe82954bb 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc
|
| @@ -533,7 +533,7 @@ void RemoteBitrateEstimatorTest::TestTimestampGroupingTestHelper() {
|
| kFrameIntervalAbsSendTime);
|
| }
|
| EXPECT_TRUE(bitrate_observer_->updated());
|
| - EXPECT_NEAR(450000u, bitrate_observer_->latest_bitrate(), 20000u);
|
| + EXPECT_NEAR(470000u, bitrate_observer_->latest_bitrate(), 10000u);
|
|
|
| // Insert batches of frames which were sent very close in time. Also simulate
|
| // capacity over-use to see that we back off correctly.
|
|
|