RFR: JDK-8297147: UnexpectedSourceImageSize test times out on slow machines when fastdebug is used

Matthias Baesken mbaesken at openjdk.org
Mon Nov 21 08:13:18 UTC 2022


On Fri, 18 Nov 2022 19:24:39 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> Are you sure that it is fine to bump the timeout from 2 mins to 10 minutes? It is quite big slowdown.

Hi Sergey, I was looking around what other slow tests of this kind of jdk tests use, and took the same timeout values that are used in the jdk/sun/java2d/cmm/ColorConvertOp  test 

https://github.com/openjdk/jdk/blob/master/test/jdk/sun/java2d/cmm/ColorConvertOp/MTTransformValidation.java#L33

Should I try with 300 instead of 600 ?

-------------

PR: https://git.openjdk.org/jdk/pull/11240



More information about the client-libs-dev mailing list