Increase XDS e2e shard count (#27582)

Provides a 40% reduction in runtime for this test internally, and since
it's on our critical path for landing changes, this is significant.
reviewable/pr27522/r12^2
Craig Tiller 3 years ago committed by GitHub
parent ce43fb9b4b
commit ce0aba2577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/cpp/end2end/BUILD

@ -528,7 +528,7 @@ grpc_cc_test(
"gtest",
],
flaky = True, # TODO(b/144705388)
shard_count = 20,
shard_count = 50,
tags = [
"no_test_ios",
"no_windows",

Loading…
Cancel
Save