On Tue, 5 Mar 2024 10:44:53 GMT, Tejesh R <[email protected]> wrote: >> Maxim Kartashev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Made the test to waitForIdle() > > test/jdk/java/awt/Frame/Iconify/IconifiedToFront.java line 41: > >> 39: >> 40: public class IconifiedToFront { >> 41: private static final int PAUSE_MS = 1500; > > 1.5 sec is minimum delay, can we reduced it ?
Not unless there's another idea on how to measure tests' success. 1.5 seconds is about the time my MacOS needs to complete an iconify/de-iconfiy process. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17985#discussion_r1512822193
