RFR: 8296747: com/sun/net/httpserver/simpleserver/StressDirListings.java timed out

Jaikiran Pai jpai at openjdk.org
Fri Nov 11 10:17:34 UTC 2022


On Fri, 11 Nov 2022 10:03:03 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> The StressDirListings has been observed failing in timeout in the CI once. The test actually passed but the timeout occurred in the test harness - presumably at around the same time. It was suggested that maybe the test timeout could be extended beyond the usual default 120s. This change proposes to extend the timeout to 180s. It also adds some more timestamps based on System.nanoTime() so that we can better figure out where the time was being consumed if the test fails again in the future.

Marked as reviewed by jpai (Reviewer).

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

PR: https://git.openjdk.org/jdk/pull/11105


More information about the net-dev mailing list