[jdk19] RFR: 8290095: java/nio/channels/FileChannel/largeMemory/LargeGatheringWrite.java timed out [v2]

Mark Sheppard msheppar at openjdk.org
Tue Jul 12 14:47:53 UTC 2022


On Tue, 12 Jul 2022 02:35:31 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Increase timeout value.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8290095: Added missing comma in copyright header

The existing time out of 4 minutes has (in mach5) a timeout factor of 4 applied to it such that the test is timing out after 16 minutes. This will now increase to 32 minutes, which will expand the running time of  nio test runs and all other inclusive groupings.
The extreme nature of the test and its high resource usage would suggest some special consideration as to when and how it is run

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

PR: https://git.openjdk.org/jdk19/pull/135


More information about the nio-dev mailing list