Integrated: 8296747: com/sun/net/httpserver/simpleserver/StressDirListings.java timed out
Daniel Fuchs
dfuchs at openjdk.org
Fri Nov 11 11:26:36 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.
This pull request has now been integrated.
Changeset: 4a300818
Author: Daniel Fuchs <dfuchs at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4a300818fe7a47932c5b762ccd3b948815a31974
Stats: 19 lines in 1 file changed: 17 ins; 0 del; 2 mod
8296747: com/sun/net/httpserver/simpleserver/StressDirListings.java timed out
Reviewed-by: jpai
-------------
PR: https://git.openjdk.org/jdk/pull/11105
More information about the net-dev
mailing list