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 41576516db7409c1fa67f847918b03821a8c199f..8bfb8ed0fd36abb37a74e3c2735cba9478c14539 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 < 100; ++i) { |
+ for (size_t i = 0; i < 10; ++i) { |
IncomingPacket(kDefaultSsrc, 1000, clock_.TimeInMilliseconds(), timestamp, |
absolute_send_time, true); |
timestamp += kFrameIntervalMs; |