Skip to content

Commit f142618

Browse files
committedJan 27, 2023
8075964: Test java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.html fails intermittently with timeout error
Backport-of: b0fddb9f8045cca10b4e757d8d187af7fb117405
1 parent 456d7ac commit f142618

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎jdk/test/java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.java

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public void start ()
7171
frame.addMouseListener(this);
7272
frame.addWindowListener(this);
7373
frame.setVisible(true);
74-
Util.waitForIdle(robot);
7574
}// start()
7675

7776
// Move the mouse into the title bar and double click to maximize the

0 commit comments

Comments
 (0)
Please sign in to comment.