On Wed, 13 Sep 2023 09:22:27 GMT, Tejesh R <[email protected]> wrote: >> Harshitha Onkar has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - delay changes >> - minor review change > > test/jdk/javax/swing/text/DefaultCaret/bug4197894.java line 53: > >> 51: try { >> 52: Robot robot = new Robot(); >> 53: robot.setAutoDelay(100); > > This delay might be redundant? Any specific reason for this delay?
I added it because of following robot's keypress and release events. I have reduced the delay to 50ms. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15693#discussion_r1325145837
