Merge pull request #17820 from billfeng327/bugfix/change-timeout-for-e2e

explicitly lengthened timeout for end2end test
pull/17833/head
Jan Tattermusch 6 years ago committed by GitHub
commit b5506f0ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/cpp/end2end/BUILD

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

Loading…
Cancel
Save