On Thu, 15 May 2025 16:23:34 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Anass Baya has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update test/jdk/ProblemList.txt >> >> Co-authored-by: Abhishek Kumar <abhishek.cx.ku...@oracle.com> > > test/jdk/java/awt/FileDialog/DoubleActionESC.java line 81: > >> 79: robot.mouseRelease(InputEvent.BUTTON1_DOWN_MASK); >> 80: robot.waitForIdle(); >> 81: robot.delay(1000); > > Can the delay be reduced to `500`? hello @aivanov-jdk, I left it as is to ensure that if the test fails, it's due to a bug and not an issue with the test itself ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25184#discussion_r2115949018