On Tue, 8 Sep 2026 14:55:55 GMT, Marius Hanl <[email protected]> wrote:
> Simple change. > > I just scanned the project for `.await(` and there are some more that have a > 'hardcoded' timeout. Maybe at one point, it makes sense that all use the same > method/constant. If they are all for startup, then yes. That would be a good idea for a follow-up. Many of them (probably not this one) can use one of the utility startup or launch methods. The rest can use the `STARTUP_TIMEOUT` constant. ------------- PR Comment: https://git.openjdk.org/jfx/pull/2300#issuecomment-5588756529
