Internal QUICHE change PiperOrigin-RevId: 275956668 Change-Id: I95de1221442bc69f1cc828bfa3bc8a9c84f7ce81
diff --git a/quic/core/congestion_control/bbr2_simulator_test.cc b/quic/core/congestion_control/bbr2_simulator_test.cc index 9649712..71f3048 100644 --- a/quic/core/congestion_control/bbr2_simulator_test.cc +++ b/quic/core/congestion_control/bbr2_simulator_test.cc
@@ -668,7 +668,7 @@ EXPECT_TRUE(Bbr2ModeIsOneOf({Bbr2Mode::PROBE_BW, Bbr2Mode::PROBE_RTT})); // TODO(wub): Fix (long-term) bandwidth overestimation in policer mode, then // reduce the loss rate upper bound. - EXPECT_LE(sender_loss_rate_in_packets(), 0.20); + EXPECT_LE(sender_loss_rate_in_packets(), 0.15); } // All Bbr2MultiSenderTests uses the following network topology: