RFR: 8169475 : WheelModifier.java fails by timeout
Renjith Kannath Pariyangad
duke at openjdk.org
Mon Oct 23 03:28:00 UTC 2023
On Fri, 20 Oct 2023 06:59:17 GMT, Renjith Kannath Pariyangad <duke at openjdk.org> wrote:
> Hi Reviewers,
>
> I have added additional CountDownLatch for making sure button is visible before proceeding,(observe this was one of the key reason for failure) so this helps to improve test case stability. Modified _await()_ function by adding 1sec timeout with exception, this will help to reduce total execution time in case of failure.
> Please review and let me know your suggestions, if any.
@prrace , @dmarkov20 and @aivanov-jdk Thank you very much for your reviews and valuable comments. I have added null check before frame dispose.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16281#issuecomment-1774371625
More information about the client-libs-dev
mailing list