On Tue, 22 Apr 2025 00:17:10 GMT, Harshitha Onkar <hon...@openjdk.org> wrote:

>> test/jdk/javax/swing/JPasswordField/bug4382819.java line 59:
>> 
>>> 57:             SwingUtilities.invokeAndWait(() -> 
>>> passwordField.setEnabled(false));
>>> 58:             robot.waitForIdle();
>>> 59:             robot.delay(1000);
>> 
>> delay can be reduced here
>> 
>> Suggestion:
>> 
>>             robot.delay(250);
>
> delay was removed instead of reducing it here. Please add back the delay.

delay is present via setAutoDelay(250)

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24703#discussion_r2053161662

Reply via email to