On Wed, 31 Mar 2021 16:23:23 GMT, Jie Fu <ji...@openjdk.org> wrote: > Hi all, > > I'd like to fix the timeout of > javax/swing/text/html/parser/Parser/8078268/bug8078268.java. > It seems to take about 6~7 seconds to run on some of our testing platforms. > But the timeout of the test is hard-coded as 5 seconds. > > The fix just increases the timeout from 5 seconds to 10 seconds. > > Thanks. > Best regards, > Jie
[JDK-8078268](https://bugs.openjdk.java.net/browse/JDK-8078268) description says that it takes minutes to parse to complete before the fix. So 10 seconds is not a big deal comparing to minutes. However it might indicate a slight drop in performance. > It seems to take about 6~7 seconds to run on some of our testing platforms. Did it fail on these platforms from the beginning of your testing with `bug8078268`? ------------- PR: https://git.openjdk.java.net/jdk/pull/3287