Merge pull request #15663 from markdroth/grpclb_client_load_reporting_flake_fix

Increase client load reporting interval to avoid test flake.
pull/15687/head
Mark D. Roth 7 years ago committed by GitHub
commit 0688b4df94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/cpp/end2end/grpclb_end2end_test.cc

@ -1380,7 +1380,7 @@ TEST_F(SingleBalancerTest, DropAll) {
class SingleBalancerWithClientLoadReportingTest : public GrpclbEnd2endTest {
public:
SingleBalancerWithClientLoadReportingTest() : GrpclbEnd2endTest(4, 1, 2) {}
SingleBalancerWithClientLoadReportingTest() : GrpclbEnd2endTest(4, 1, 3) {}
};
TEST_F(SingleBalancerWithClientLoadReportingTest, Vanilla) {

Loading…
Cancel
Save