On Mon, 21 Apr 2025 18:27:22 GMT, Harshitha Onkar <hon...@openjdk.org> wrote:
>> Alisen Chung has updated the pull request incrementally with one additional >> commit since the last revision: >> >> update color uppercase > > 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. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24703#discussion_r2053137736