You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2016/01/27 15:07:42 UTC

svn commit: r1727059 - /ace/trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java

Author: jawi
Date: Wed Jan 27 14:07:42 2016
New Revision: 1727059

URL: http://svn.apache.org/viewvc?rev=1727059&view=rev
Log:
Increased wait time to see if this fixes the CI build.


Modified:
    ace/trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java

Modified: ace/trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java
URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java?rev=1727059&r1=1727058&r2=1727059&view=diff
==============================================================================
--- ace/trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java (original)
+++ ace/trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java Wed Jan 27 14:07:42 2016
@@ -603,7 +603,7 @@ public class IntegrationTestBase extends
             }
             
             // XXX it appears we run into race conditions between the setup and configuration of our services, use a little delay to get things settled seems to help here...
-            TimeUnit.MILLISECONDS.sleep(100);
+            TimeUnit.MILLISECONDS.sleep(500);
 
             configureAdditionalServices();
         }