Increased wait time to see if this fixes the CI build.



git-svn-id: https://svn.apache.org/repos/asf/ace/trunk@1727059 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java b/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java
index 592aea4..9be8b14 100644
--- a/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java
+++ b/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java
@@ -603,7 +603,7 @@
             }
             
             // 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();
         }