On Fri, 18 Nov 2022 19:24:39 GMT, Sergey Bylokhov <[email protected]> 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
