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 st...@apache.org on 2015/08/25 09:27:57 UTC

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

Author: stefanegli
Date: Tue Aug 25 07:27:57 2015
New Revision: 1697586

URL: http://svn.apache.org/r1697586
Log:
OAK-2844 : increasing fiesta timeout from 20000 to 60000ms to see if this was the reason it failed on travis

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=1697586&r1=1697585&r2=1697586&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 Tue Aug 25 07:27:57 2015
@@ -994,7 +994,7 @@ public class DocumentDiscoveryLiteServic
             final ViewExpectation e = new ViewExpectation(anInstance);
             e.setActiveIds(activeIds.toArray(new Integer[activeIds.size()]));
             e.setInactiveIds(inactiveIds.toArray(new Integer[inactiveIds.size()]));
-            waitFor(e, 20000, "checkFiestaState failed for " + anInstance + ", with instances: " + instances + ", and inactiveIds: "
+            waitFor(e, 60000, "checkFiestaState failed for " + anInstance + ", with instances: " + instances + ", and inactiveIds: "
                     + inactiveIds);
         }
     }