On Wed, 26 Oct 2022 20:02:12 GMT, Chris Plummer <[email protected]> wrote:
> The test uses the default timeout, which is 2 minutes. The timeoutfactor > being used ix 4x, so this gives 8 minutes or 480 seconds. This is why we see: > > Timeout refired 480 times > > When this happens, usually the test takes a little over 10 minutes to > complete (and pass). However, the most recent failure says: > > elapsed time (seconds): 764.054 > > So this is nearly 13 minutes. I'm going to give the test 20 minutes (when > timeoutfactor 4x is used), so this translate to specifying a timeout of 5 > minutes (300 seconds). Thumbs up. This is a trivial fix. ------------- Marked as reviewed by dcubed (Reviewer). PR: https://git.openjdk.org/jdk/pull/10876
