On Wed, 16 Aug 2023 18:23:59 GMT, Harshitha Onkar <hon...@openjdk.org> wrote:

> JToolBar test - bug4529206.java was failing intermittently on Linux. It was 
> due to timing issue. Added appropriate delay to fix the issue.
> 
> CI Testing passes on all platforms.

Marked as reviewed by dnguyen (Committer).

test/jdk/javax/swing/JToolBar/4529206/bug4529206.java line 82:

> 80:             SwingUtilities.invokeAndWait(() -> test());
> 81:             Robot robot = new Robot();
> 82:             robot.waitForIdle();

Changes look good. Did you try using using setAutoWaitForIdle?

-------------

PR Review: https://git.openjdk.org/jdk/pull/15316#pullrequestreview-1581536136
PR Review Comment: https://git.openjdk.org/jdk/pull/15316#discussion_r1296510993

Reply via email to