xds_client_test: shard test to avoid timeouts (#31652)

* xds_client_test: increase test size so it gets a longer timeout

* shard test instead of increasing size

* Automated change: Fix sanity tests

Co-authored-by: markdroth <markdroth@users.noreply.github.com>
pull/31666/head
Mark D. Roth 2 years ago committed by GitHub
parent df80a31199
commit 0b60025ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/core/xds/BUILD

@ -147,6 +147,7 @@ grpc_cc_test(
srcs = ["xds_client_test.cc"], srcs = ["xds_client_test.cc"],
external_deps = ["gtest"], external_deps = ["gtest"],
language = "C++", language = "C++",
shard_count = 10,
uses_event_engine = True, uses_event_engine = True,
uses_polling = False, uses_polling = False,
deps = [ deps = [

Loading…
Cancel
Save