You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2016/02/24 14:26:36 UTC

svn commit: r1732153 - /jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentDiscoveryLiteServiceTest.java

Author: mreutegg
Date: Wed Feb 24 13:26:35 2016
New Revision: 1732153

URL: http://svn.apache.org/viewvc?rev=1732153&view=rev
Log:
OAK-4053: DocumentDiscoveryLiteServiceTest fails occasionally

Modified:
    jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentDiscoveryLiteServiceTest.java

Modified: jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentDiscoveryLiteServiceTest.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentDiscoveryLiteServiceTest.java?rev=1732153&r1=1732152&r2=1732153&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentDiscoveryLiteServiceTest.java (original)
+++ jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentDiscoveryLiteServiceTest.java Wed Feb 24 13:26:35 2016
@@ -97,7 +97,7 @@ public class DocumentDiscoveryLiteServic
         final ViewExpectation expectation1AfterShutdown = new ViewExpectation(s1);
         expectation1AfterShutdown.setActiveIds(s1.ns.getClusterId());
         expectation1AfterShutdown.setInactiveIds(s2.ns.getClusterId());
-        waitFor(expectation1AfterShutdown, 2000, "first should only see itself after shutdown");
+        waitFor(expectation1AfterShutdown, 4000, "first should only see itself after shutdown");
     }
 
     @Test