RFR: JDK-8300205: Swing test bug8078268 make latch timeout configurable
Alexey Ivanov
aivanov at openjdk.org
Mon Jan 16 20:30:09 UTC 2023
On Mon, 16 Jan 2023 19:43:06 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> I remember that match 5 uses timeout=4, so I wonder if timeout will be changed to 40 seconds will it be possible to verify old bug or not.
The test still fails:
./jdk-9-b123/bin/java -Dtest.timeout.factor=5 bug8078268
Exception in thread "main" java.lang.RuntimeException: Parsing takes too long. Current timeout is 50000
at bug8078268.main(bug8078268.java:65)
It passes on jdk-9-b123 where [JDK-8078268](https://bugs.openjdk.org/browse/JDK-8078268) is fixed.
-------------
PR: https://git.openjdk.org/jdk/pull/12011
More information about the client-libs-dev
mailing list