Increase the allowed number of probe packets in test to please msan.
This started flaking due to allowing probes to restart if they were aborted due to insufficient packets. This is reasonable behavior. TBR=pbos@webrtc.org Review URL: https://codereview.webrtc.org/1701033002 . Cr-Commit-Position: refs/heads/master@{#11638}
This commit is contained in:
parent
ee31f0a7d5
commit
d20327c7d7
@ -703,7 +703,7 @@ TEST_F(EndToEndTest, DISABLED_ReceivedFecPacketsNotNacked) {
|
||||
// retransmitted and renders. Retransmission SSRCs are also checked.
|
||||
void EndToEndTest::DecodesRetransmittedFrame(bool enable_rtx, bool enable_red) {
|
||||
// Must be set high enough to allow the bitrate probing to finish.
|
||||
static const int kMinProbePackets = 30;
|
||||
static const int kMinProbePackets = 100;
|
||||
static const int kDroppedFrameNumber = kMinProbePackets + 1;
|
||||
class RetransmissionObserver : public test::EndToEndTest,
|
||||
public I420FrameCallback {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user