Integrated: 8259274: Increase timeout duration in sun/nio/ch/TestMaxCachedBufferSize.java

Brian Burkhalter bpb at openjdk.java.net
Thu Jan 7 21:00:57 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.

This pull request has now been integrated.

Changeset: 2659bc44
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/2659bc44
Stats:     6 lines in 1 file changed: 0 ins; 0 del; 6 mod

8259274: Increase timeout duration in sun/nio/ch/TestMaxCachedBufferSize.java

Reviewed-by: lancea

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

PR: https://git.openjdk.java.net/jdk/pull/1969


More information about the nio-dev mailing list