RFR: 8259274: Increase timeout duration in sun/nio/ch/TestMaxCachedBufferSize.java
Lance Andersen
lancea at openjdk.java.net
Thu Jan 7 00:59:55 UTC 2021
On Thu, 7 Jan 2021 00:00:30 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> The change for JDK-8255913 integrated on 2020-11-05 reduced by half the number of iterations in `TestMaxCachedBufferSize`. As reported in JDK-8212812 on 2021-01-05, the test still failed due to a timeout after an elapsed time of 502738ms including timeout handling. The current timeout is 480000ms which represents the default timeout of 120s multiplied by the timeout factor of 4.
>
> The present change proposes to increase the timeout by 25% to 150s. This should hopefully dispense with the ongoing test timeouts. As these timeouts have been observed primarily if not exclusively on decade-old MacPro5_1 machines, the timeout should not appreciably increase the overall CI test execution time.
Seems like a reasonable means to address the issue
-------------
Marked as reviewed by lancea (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1969
More information about the nio-dev
mailing list