This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.discovery.base-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git
commit 3279a2cd61733c59dedf78b8589a826770a816da Author: Stefan Egli <[email protected]> AuthorDate: Mon Nov 2 14:46:39 2015 +0000 SLING-5241 : increasing wait time for receiving an event from 0.5s to 1.0s git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/base@1712022 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/sling/discovery/base/its/AbstractSingleInstanceTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/sling/discovery/base/its/AbstractSingleInstanceTest.java b/src/test/java/org/apache/sling/discovery/base/its/AbstractSingleInstanceTest.java index b8bb14b..d0b93e2 100644 --- a/src/test/java/org/apache/sling/discovery/base/its/AbstractSingleInstanceTest.java +++ b/src/test/java/org/apache/sling/discovery/base/its/AbstractSingleInstanceTest.java @@ -202,7 +202,7 @@ public abstract class AbstractSingleInstanceTest { assertingTopologyEventListener.addExpected(Type.TOPOLOGY_INIT); logger.info("testTopologyEventListeners: binding the event listener"); instance.bindTopologyEventListener(assertingTopologyEventListener); - Thread.sleep(500); // SLING-4755: async event sending requires some minimal wait time nowadays + Thread.sleep(1000); // SLING-4755: async event sending requires some minimal wait time nowadays assertEquals(0, assertingTopologyEventListener.getRemainingExpectedCount()); final String propertyName = UUID.randomUUID().toString(); -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
