On Mon, 2 Dec 2024 06:48:34 GMT, Prasanta Sadhukhan <[email protected]> wrote:
>> test/jdk/javax/swing/JRadioButton/8075609/bug8075609.java line 55: >> >>> 53: robot = new Robot(); >>> 54: robot.waitForIdle(); >>> 55: robot.delay(1000); >> >> Test is passing in my local machine without this extra delay. >> >> Does the test pass on CI machines without this increased delay or the delay >> is required to make the test more stable ? > > Its not needed strictly par se and it passed without it also but I modified > as the test is using Robot class so better to use robot method.. Ok.. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22458#discussion_r1865319232
