On Wed, 6 Aug 2025 01:38:50 GMT, Alexander Matveev <almat...@openjdk.org> wrote:
>> Alexey Semenyuk has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Use TKit.waitForFileCreated() to await for test output file >> - Use java.time.Duration and java.time.Instant in >> TKit.waitForFileCreated(). Make it public. > > test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TKit.java line 635: > >> 633: return; >> 634: } >> 635: assertUnexpected(String.format("Timeout expired", >> remainderTimeout)); > > `"Timeout expired"` missing format? Fixed ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26584#discussion_r2258401566