You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/04/06 23:04:22 UTC

[aries-jax-rs-whiteboard] 06/06: increase test timeout on JaxrsServiceRuntime service

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit 1dc2c24fdb18f3a56c1caa274b721cacb3f896d8
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Tue Apr 6 19:01:00 2021 -0400

    increase test timeout on JaxrsServiceRuntime service
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 .../java/org/apache/aries/jax/rs/rest/management/test/TestUtil.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integrations/rest-management/rest-management-itest/src/main/java/org/apache/aries/jax/rs/rest/management/test/TestUtil.java b/integrations/rest-management/rest-management-itest/src/main/java/org/apache/aries/jax/rs/rest/management/test/TestUtil.java
index e543a9f..6b0864d 100644
--- a/integrations/rest-management/rest-management-itest/src/main/java/org/apache/aries/jax/rs/rest/management/test/TestUtil.java
+++ b/integrations/rest-management/rest-management-itest/src/main/java/org/apache/aries/jax/rs/rest/management/test/TestUtil.java
@@ -59,7 +59,7 @@ public class TestUtil {
     @InjectService(
         filter = "(%s=*)",
         filterArguments = JAX_RS_SERVICE_ENDPOINT,
-        timeout = 400l
+        timeout = 800l
     )
     public ServiceAware<JaxrsServiceRuntime> jaxrsServiceRuntimeAware;