On Fri, 23 Sep 2022 11:14:39 GMT, Tejesh R <t...@openjdk.org> wrote: >> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Comment added and test case condotion update > > test/jdk/javax/swing/JFileChooser/TestFileChooserDirectorySelection.java line > 71: > >> 69: passed = true; >> 70: break; >> 71: } else if (++i > 5) { > > Retries will be 4 right......? Since you are starting with 2 till 5......?
Updated the retries to be 5 and then break to avoid infinite loop. ------------- PR: https://git.openjdk.org/jdk/pull/10390