On Tue, 12 Mar 2024 10:54:37 GMT, Prasanta Sadhukhan <[email protected]>
wrote:
>> Conversion of manual applet test to main based using PassFailJFrame manual
>> framework
>
> Prasanta Sadhukhan has updated the pull request incrementally with one
> additional commit since the last revision:
>
> move frame init in createUI
test/jdk/javax/swing/JFileChooser/6798062/bug6798062.java line 80:
> 78: .title("JFileChooser Instructions")
> 79: .instructions(INSTRUCTIONS)
> 80: .rows(10)
Suggestion:
.instructions(INSTRUCTIONS)
.testTimeOut(10)
.rows(10)
This test will benefit from a longer time out.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18180#discussion_r1521282483