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 ------------- Commit messages: - Update the copyright year - 8264526: javax/swing/text/html/parser/Parser/8078268/bug8078268.java timeout Changes: https://git.openjdk.java.net/jdk/pull/3287/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3287&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8264526 Stats: 4 lines in 1 file changed: 1 ins; 0 del; 3 mod Patch: https://git.openjdk.java.net/jdk/pull/3287.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/3287/head:pull/3287 PR: https://git.openjdk.java.net/jdk/pull/3287