Integrated: 7903961: Make default timeout configurable

Christian Stein cstein at openjdk.org
Fri Apr 4 08:23:07 UTC 2025


On Fri, 7 Mar 2025 10:45:30 GMT, Christian Stein <cstein at openjdk.org> wrote:

> Please review this change replacing the hard-coded `120` seconds default timeout for test actions with a configurable solution parsing a custom default value from `TEST.ROOT` and `TEST.properties` files:
> 
> 
> timeout.default.seconds=360
> 
> 
> Especially in combination with "JUnit.dirs" and "TestNG.dirs", where all actions directives found in a test file are ignored, is helpful.

This pull request has now been integrated.

Changeset: f4f2843c
Author:    Christian Stein <cstein at openjdk.org>
URL:       https://git.openjdk.org/jtreg/commit/f4f2843c876dc974750eabc8875de08e56bd3852
Stats:     195 lines in 10 files changed: 184 ins; 2 del; 9 mod

7903961: Make default timeout configurable

Reviewed-by: jpai

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

PR: https://git.openjdk.org/jtreg/pull/253


More information about the jtreg-dev mailing list