On Fri, 15 Jul 2022 20:58:41 GMT, Phil Race <[email protected]> wrote:
>> Manukumar V S has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Review comments fixed: Reverted variable name change, reverted +20 in point
>
> test/jdk/java/awt/PopupMenu/PopupMenuLocation.java line 130:
>
>> 128: robot.waitForIdle();
>> 129: if (!actionEventReceivedLatch.await(5, TimeUnit.SECONDS)) {
>> 130: captureScreen();
>
> So if it hasn't passed in 5 seconds, you fail the test. How is that improving
> stability ?
ping ?
-------------
PR: https://git.openjdk.org/jdk/pull/9187