You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2017/12/17 11:51:47 UTC

[sling-org-apache-sling-validation-core] branch master updated: SLING-7298 wait a littlebit longer to be on the safe side

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-validation-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 787b071  SLING-7298 wait a littlebit longer to be on the safe side
787b071 is described below

commit 787b071c1bde8c71ae8f0787e26ef8e68fbb64a0
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Dec 17 12:51:43 2017 +0100

    SLING-7298 wait a littlebit longer to be on the safe side
---
 .../org/apache/sling/validation/impl/it/tests/ValidationServiceIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/validation/impl/it/tests/ValidationServiceIT.java b/src/test/java/org/apache/sling/validation/impl/it/tests/ValidationServiceIT.java
index 638ebbc..632e888 100644
--- a/src/test/java/org/apache/sling/validation/impl/it/tests/ValidationServiceIT.java
+++ b/src/test/java/org/apache/sling/validation/impl/it/tests/ValidationServiceIT.java
@@ -65,7 +65,7 @@ public class ValidationServiceIT {
         
         // also wait for the contained OSGi services to be registered, (see https://issues.apache.org/jira/browse/SLING-7297)
         // since this is not yet supported in a release version just wait wait until all services came up as well by adding a little sleep time on top
-        Thread.sleep(4000);
+        Thread.sleep(2000);
     }
 
     @Test

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].