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). This pull request has now been integrated. Changeset: c2d7a35a Author: Chris Plummer <[email protected]> URL: https://git.openjdk.org/jdk/commit/c2d7a35a4b3ec7d9c567cdd98c2db958c4b2e9d2 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8269235: serviceability/sa/ClhsdbJstackXcompStress.java timed out Reviewed-by: dcubed ------------- PR: https://git.openjdk.org/jdk/pull/10876
