The test `compiler/valhalla/inlinetypes/TestValueConstruction.java` timed out repeatedly on our CI. This is a rather large test and the failures mostly happen when the test machine has a high background load. Therefore, I propose to raise the timeout a bit further.
In conjunction, I am removing the memlimit. This should not be necessary anymore after #2474. Testing: - [x] 50 reps of `compiler/valhalla/inlinetypes/TestValueConstruction.java` with linux-x64-debug, linux-aarch64-debug, macosx-aarch64-debug, windows-x64-debug --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - Increase timeout and lower memlimit Changes: https://git.openjdk.org/valhalla/pull/2565/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2565&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8386787 Stats: 20 lines in 1 file changed: 0 ins; 6 del; 14 mod Patch: https://git.openjdk.org/valhalla/pull/2565.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2565/head:pull/2565 PR: https://git.openjdk.org/valhalla/pull/2565
