On Fri, 1 Dec 2023 20:35:09 GMT, Alisen Chung <[email protected]> wrote:
>> Added delays to stabilize test, test passes 50 times consecutively > > Alisen Chung has updated the pull request incrementally with two additional > commits since the last revision: > > - updated test > - updated test test/jdk/java/awt/Window/Grab/GrabTest.java line 77: > 75: > 76: robot = new Robot(); > 77: robot.setAutoDelay(500); @alisenchung The stability test fix works on macOS 14 both with setAutoDelay(500) & setAutoDelay(100). Any reason why the autodelay is set to higher number (500 ms) here since your earlier one-off delay is 100 ms? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16867#discussion_r1414295197
