Merge pull request #17809 from jtattermusch/end2end_timeouts

Update "//test/cpp/end2end:end2end_test" test size to avoid RBE timeouts
reviewable/pr17880/r1
Jan Tattermusch 6 years ago committed by GitHub
commit ef7d49d17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/cpp/end2end/BUILD

@ -222,6 +222,7 @@ grpc_cc_test(
deps = [
":end2end_test_lib",
],
size = "large", # with poll-cv this takes long, see #17493
)
grpc_cc_test(

Loading…
Cancel
Save