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 6fd0ad11b57158b2779103b3a64fdd1c259b2acf..97e3abaa32b3833e64fd5a22a5884d0abe0b2a67 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 |
@@ -47,7 +47,7 @@ TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropOneStreamWrap) { |
} |
TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropTwoStreamsWrap) { |
- CapacityDropTestHelper(2, true, 767); |
+ CapacityDropTestHelper(2, true, 600); |
} |
TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropThreeStreamsWrap) { |