softgitron opened a new pull request #465: URL: https://github.com/apache/ratis/pull/465
## What changes were proposed in this pull request? Fix `org.apache.ratis.grpc.TestRaftReconfigurationWithGrpc` testcase using following methods: - Changed hard coded sleep time to poll based sleep to make sure that there is enough time on every machine - Added poll based sleep before test case assertions to make sure, that everything is run properly before evaluation of the results. Was part of the https://github.com/apache/ratis/pull/461 ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-1362 ## How was this patch tested? This is a fix for a automated test case, so no particularly special testing have been made. Fix has been tested manually using mvn test and Ratis CI. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
