On Fri, 27 Jan 2023 08:33:32 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> On our Linux ppc64le test machines we quite often see compilation timeouts in > the test jdk/internal/vm/Continuation/Fuzz.java. > (especially when running with fastdebug binaries) > So it probably makes sense to use a higher compilation timeout (maybe factor > 2) on this platform. This pull request has now been integrated. Changeset: cbefe1fd Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/cbefe1fd35a4ad59ec979bdaee519617efac9ecf Stats: 5 lines in 1 file changed: 3 ins; 0 del; 2 mod 8301163: jdk/internal/vm/Continuation/Fuzz.java increase COMPILATION_TIMEOUT for Linux ppc64le Reviewed-by: rrich ------------- PR: https://git.openjdk.org/jdk/pull/12244