| Index: webrtc/api/peerconnectioninterface_unittest.cc
|
| diff --git a/webrtc/api/peerconnectioninterface_unittest.cc b/webrtc/api/peerconnectioninterface_unittest.cc
|
| index 76f9c5defa4fd0dbd0c59db8a0026498fd16a95e..544a1430ef09783c3f7c441c192de3e56414fbc1 100644
|
| --- a/webrtc/api/peerconnectioninterface_unittest.cc
|
| +++ b/webrtc/api/peerconnectioninterface_unittest.cc
|
| @@ -1872,7 +1872,7 @@ TEST_F(PeerConnectionInterfaceTest, CloseAndTestStreamsAndStates) {
|
| remote_stream->GetVideoTracks()[0]->state());
|
| // Audio source state changes are posted.
|
| EXPECT_EQ_WAIT(MediaStreamTrackInterface::kEnded,
|
| - remote_stream->GetAudioTracks()[0]->state(), 1);
|
| + remote_stream->GetAudioTracks()[0]->state(), 10);
|
| }
|
|
|
| // Test that PeerConnection methods fails gracefully after
|
|
|