RFR: 8339510: [TestBug] Convert system tests to JUnit 5
Andy Goryachev
angorya at openjdk.org
Wed Sep 18 20:30:09 UTC 2024
On Wed, 18 Sep 2024 15:31:40 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> tests/system/src/test/java/test/com/sun/javafx/application/ConcurrentStartupTest.java line 46:
>>
>>> 44: @Test
>>> 45: public void testStartupReturnBeforeRunnableComplete() {
>>> 46: assertTimeout(Duration.ofMillis(15000), () -> {
>>
>> Why not use an `@Timeout` annotation on the method? That would have been the natural change.
>
> my mistake. switched to the Timeout annotation.
fixed
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1569#discussion_r1765652815
More information about the openjfx-dev
mailing list