Index: call/call_unittest.cc |
diff --git a/call/call_unittest.cc b/call/call_unittest.cc |
index b1ebb823a8e5c1dfb4e23e0087405e50ca643734..d614de666c851db1a28887f9456a38cca12b6867 100644 |
--- a/call/call_unittest.cc |
+++ b/call/call_unittest.cc |
@@ -432,10 +432,6 @@ TEST(CallBitrateTest, |
TEST(CallTest, RecreatingAudioStreamWithSameSsrcReusesRtpState) { |
constexpr uint32_t kSSRC = 12345; |
testing::NiceMock<test::MockAudioDeviceModule> mock_adm; |
- // Reply with a 10ms timer every time TimeUntilNextProcess is called to |
- // avoid entering a tight loop on the process thread. |
- EXPECT_CALL(mock_adm, TimeUntilNextProcess()) |
- .WillRepeatedly(testing::Return(10)); |
rtc::scoped_refptr<test::MockAudioMixer> mock_mixer( |
new rtc::RefCountedObject<test::MockAudioMixer>); |