diff --git a/oap-http/oap-http-test/src/main/java/oap/http/test/HttpAsserts.java b/oap-http/oap-http-test/src/main/java/oap/http/test/HttpAsserts.java index 8d08359dc..dbd675089 100644 --- a/oap-http/oap-http-test/src/main/java/oap/http/test/HttpAsserts.java +++ b/oap-http/oap-http-test/src/main/java/oap/http/test/HttpAsserts.java @@ -165,7 +165,7 @@ public static HttpAssertion assertPost( String uri, String content, String conte @SneakyThrows private static @Nonnull HttpAssertion getResponseAsHttpAssertion( org.eclipse.jetty.client.Request request ) { ContentResponse contentResponse = request - .timeout( 10, TimeUnit.SECONDS ) + .timeout( 10, TimeUnit.MINUTES ) .send(); String mediaType = contentResponse.getMediaType(); diff --git a/pom.xml b/pom.xml index d7247cdf6..eafd25f88 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ - 25.4.4 + 25.4.5 25.0.1 25.0.0