[client_lb_e2e_test] increase timeout for WeightedRoundRobinTest.WithOutlierDetection test

pull/37718/head
Mark D. Roth 6 months ago
parent 15085ea077
commit 1ee75c7767
  1. 2
      test/cpp/end2end/client_lb_end2end_test.cc

@ -3277,7 +3277,7 @@ TEST_F(WeightedRoundRobinTest, CallAndServerMetric) {
// all of its subchannels every time it saw an update, thus causing the
// WRR policy to re-enter the blackout period for that address.
TEST_F(WeightedRoundRobinTest, WithOutlierDetection) {
const int kBlackoutPeriodSeconds = 5;
const int kBlackoutPeriodSeconds = 10;
const int kNumServers = 3;
StartServers(kNumServers);
// Report server metrics that should give 6:4:3 WRR picks.

Loading…
Cancel
Save