diff options
author | Mark D. Roth <roth@google.com> | 2018-06-06 10:23:15 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2018-06-06 10:23:15 -0700 |
commit | 420db80e73801c2070f2faf56c933085196852c7 (patch) | |
tree | b3a76a33e31097ff5a4a2fc0192cc55c362277ab /test | |
parent | 19c6131c4ae0be1be7f1cd9c4070337aa7d00d9b (diff) |
Increase client load reporting interval to avoid test flake.
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/end2end/grpclb_end2end_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/grpclb_end2end_test.cc b/test/cpp/end2end/grpclb_end2end_test.cc index 7aab035e76..28f9ae6f40 100644 --- a/test/cpp/end2end/grpclb_end2end_test.cc +++ b/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) { |