Skip to content

Commit 1c4c653

Browse files
committed
8345247: Deproblemlist test/jdk/javax/swing/JRadioButton/8075609/bug8075609.java
Reviewed-by: abhiscxk
1 parent f5ebda4 commit 1c4c653

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/jdk/javax/swing/JRadioButton/8075609/bug8075609.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -51,9 +51,8 @@ public static void main(String[] args) throws Throwable {
5151
SwingUtilities.invokeAndWait(bug8075609::createAndShowGUI);
5252

5353
robot = new Robot();
54-
Thread.sleep(100);
5554
robot.waitForIdle();
56-
55+
robot.delay(1000);
5756
robot.setAutoDelay(100);
5857

5958
// Radio button group tab key test

0 commit comments

Comments
 (0)