diff --git a/deployment/src/test/java/io/quarkiverse/loggingmanager/deployment/devui/StaticDataDevUITest.java b/deployment/src/test/java/io/quarkiverse/loggingmanager/deployment/devui/StaticDataDevUITest.java index a27eb58..3185095 100644 --- a/deployment/src/test/java/io/quarkiverse/loggingmanager/deployment/devui/StaticDataDevUITest.java +++ b/deployment/src/test/java/io/quarkiverse/loggingmanager/deployment/devui/StaticDataDevUITest.java @@ -23,7 +23,6 @@ public StaticDataDevUITest() { @Test public void levelDataAvailable() throws Exception { JsonNode levelResponse = super.getBuildTimeData("level"); - Thread.sleep(1000_000); Assertions.assertAll( () -> Assertions.assertInstanceOf(ArrayNode.class, levelResponse), () -> Assertions.assertEquals(LogController.LEVELS, levelResponse.findValuesAsText("level"))); diff --git a/pom.xml b/pom.xml index 8371ee5..e9fc136 100644 --- a/pom.xml +++ b/pom.xml @@ -18,11 +18,11 @@ UTF-8 UTF-8 - 11 - 11 - 11 + 17 + 17 + 17 true - 3.8.2 + 3.9.2 3.11.0