| 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 8bfb8ed0fd36abb37a74e3c2735cba9478c14539..f04d9e68c09a53527085cc6ef0f32ac769bad704 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
|
| @@ -583,7 +583,7 @@ void RemoteBitrateEstimatorTest::TestWrappingHelper(
|
| absolute_send_time = AddAbsSendTime(absolute_send_time,
|
| AbsSendTime(silence_time_s, 1));
|
| bitrate_estimator_->Process();
|
| - for (size_t i = 0; i < 10; ++i) {
|
| + for (size_t i = 0; i < 21; ++i) {
|
| IncomingPacket(kDefaultSsrc, 1000, clock_.TimeInMilliseconds(), timestamp,
|
| absolute_send_time, true);
|
| timestamp += kFrameIntervalMs;
|
|
|