Skip to content

Commit

Permalink
remove def timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
azvegint committed Mar 11, 2024
1 parent 7874e20 commit c3e2e41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/jdk/java/awt/FileDialog/RegexpFilterTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public static void main(String[] args) throws Exception {
PassFailJFrame passFailJFrame = new PassFailJFrame.Builder()
.title("RegexpFilterTest Instructions")
.instructions(INSTRUCTIONS)
.testTimeOut(5)
.splitUIRight(() -> {
JButton show = new JButton("show");
show.addActionListener(e ->
Expand Down

0 comments on commit c3e2e41

Please sign in to comment.