| Index: media/test/pipeline_integration_test.cc
|
| diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
|
| index 24895905b07e2ec73d04a1e7d642b297571770cd..477803f9e3c18dc091c380104178edbba1f9a4e8 100644
|
| --- a/media/test/pipeline_integration_test.cc
|
| +++ b/media/test/pipeline_integration_test.cc
|
| @@ -1149,7 +1149,7 @@ TEST_F(PipelineIntegrationTest, BasicPlaybackLive) {
|
|
|
| // Live stream does not have duration in the initialization segment.
|
| // It will be set after the entire file is available.
|
| - EXPECT_CALL(*this, OnDurationChange()).Times(1);
|
| + EXPECT_CALL(*this, OnDurationChange()).Times(AtLeast(1));
|
|
|
| Play();
|
|
|
|
|