grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.48k stars 3.85k forks source link

core-test: updated the tolerance time to 1 second #11698

Closed vinodhabib closed 4 days ago

vinodhabib commented 4 days ago

Updated the tolerance time to 1 sec as per the latest discussion to fix the flaky test.

Fixes https://github.com/grpc/grpc-java/issues/11680

ejona86 commented 4 days ago

Don't put descriptions only in the PR. The commit needs them to. The "Fixes" part at the very least should be in the commit message. As mentioned in CONTRIBUTING.md:

The commit description makes a good PR description and is auto-copied by GitHub if you have a single commit when creating the PR.