| Index: webrtc/call/call_perf_tests.cc
|
| diff --git a/webrtc/call/call_perf_tests.cc b/webrtc/call/call_perf_tests.cc
|
| index fa8195395265b0d67e7830623073bcfe9250aece..a6039651629269cd1d60c5ff88ea8ae2434cfe8a 100644
|
| --- a/webrtc/call/call_perf_tests.cc
|
| +++ b/webrtc/call/call_perf_tests.cc
|
| @@ -738,7 +738,7 @@ TEST_F(CallPerfTest, KeepsHighBitrateWhenReconfiguringSender) {
|
| << "Timed out before receiving an initial high bitrate.";
|
| encoder_config_.streams[0].width *= 2;
|
| encoder_config_.streams[0].height *= 2;
|
| - EXPECT_TRUE(send_stream_->ReconfigureVideoEncoder(encoder_config_));
|
| + send_stream_->ReconfigureVideoEncoder(encoder_config_);
|
| EXPECT_TRUE(Wait())
|
| << "Timed out while waiting for a couple of high bitrate estimates "
|
| "after reconfiguring the send stream.";
|
|
|