On Wed, 16 Apr 2025 17:37:07 GMT, David Beaumont <d...@openjdk.org> wrote:
>> Increasing timeout for deadlock detection and adjusting for the timeout >> factor in higher tiers. > > David Beaumont has updated the pull request incrementally with one additional > commit since the last revision: > > Removing test from the problem list. test/jdk/java/util/logging/LoggingDeadlock5.java line 127: > 125: // in higher tiers, so it's necessary to be a bit pessimistic > here. > 126: private final static Duration JOIN_WAIT = > 127: Duration.ofMillis(Utils.adjustTimeout(2000)); Just checking, adjustTimeout does scaling based on the timeout factor given to jtreg? What happens to the expected test running time to the test in lower tiers without as high loads? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24687#discussion_r2052873175