On Fri, 2 Apr 2021 06:11:00 GMT, Sergey Bylokhov <s...@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 > > Marked as reviewed by serb (Reviewer). Thanks @mrserb for your review. ------------- PR: https://git.openjdk.java.net/jdk/pull/3287