On Fri, 11 Nov 2022 10:03:03 GMT, Daniel Fuchs <dfu...@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