| 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 1fcbd3c33e03d6e6c2242297c6ff85f85a0639ff..d67c538a5b1e7f867a53e615137f1115b4375de0 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
|
| @@ -467,7 +467,7 @@ void RemoteBitrateEstimatorTest::CapacityDropTestHelper(
|
| uint32_t bitrate_bps = SteadyStateRun(
|
| kDefaultSsrc, steady_state_time * kFramerate, kStartBitrate,
|
| kMinExpectedBitrate, kMaxExpectedBitrate, kInitialCapacityBps);
|
| - EXPECT_NEAR(kInitialCapacityBps, bitrate_bps, 110000u);
|
| + EXPECT_NEAR(kInitialCapacityBps, bitrate_bps, 130000u);
|
| bitrate_observer_->Reset();
|
|
|
| // Reduce the capacity and verify the decrease time.
|
|
|