szetszwo commented on code in PR #837:
URL: https://github.com/apache/ratis/pull/837#discussion_r1124881838
##########
ratis-test/src/test/java/org/apache/ratis/grpc/TestLogAppenderWithGrpc.java:
##########
@@ -89,11 +89,12 @@ public void testPendingLimits() throws IOException,
InterruptedException {
futures.add(client.async().send(new RaftTestUtil.SimpleMessage("m")));
}
- FIVE_SECONDS.sleep();
Review Comment:
Oops, we accidentally removed the FIVE_SECONDS sleep. The test now is
failing more frequently.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]