On Tue, 8 Sep 2026 12:08:03 GMT, Lukasz Kostyra <[email protected]> wrote:
> When running tests in DebugNative I caught this testbug, `InitializeJavaFX` > tests used a 5-second startup timeout while in all other tests we assume a 15 > second timeout. > > This change fixes this discrepancy by using `test.util.Util.STARTUP_TIMEOUT` > constant instead of a magic number in `InitializeJavaFXLaunchBase`. This > lines up the startup timeout for these tests with all other tests we have. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 1a3ebac4 Author: Lukasz Kostyra <[email protected]> URL: https://git.openjdk.org/jfx/commit/1a3ebac4f909d8f01390bd6222de8a615966dfb2 Stats: 4 lines in 1 file changed: 2 ins; 0 del; 2 mod 8389363: [testbug] InitializeJavaFXLaunchBase should use a 15-second timeout Reviewed-by: mhanl, kcr ------------- PR: https://git.openjdk.org/jfx/pull/2300
