Author: sergeyb
Date: Wed Oct  8 02:59:45 2008
New Revision: 702767

URL: http://svn.apache.org/viewvc?rev=702767&view=rev
Log:
DOSGI: Adding a timeout in a DSW server test to accomodate for the async nature 
of DSW server-side processing 

Modified:
    
cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/BasicPublishHookTest.java

Modified: 
cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/BasicPublishHookTest.java
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/BasicPublishHookTest.java?rev=702767&r1=702766&r2=702767&view=diff
==============================================================================
--- 
cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/BasicPublishHookTest.java
 (original)
+++ 
cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/BasicPublishHookTest.java
 Wed Oct  8 02:59:45 2008
@@ -106,7 +106,7 @@
         ClassLoader contextLoader = 
Thread.currentThread().getContextClassLoader();
         
Thread.currentThread().setContextClassLoader(ClientProxyFactoryBean.class.getClassLoader());
         installBundle("org.apache.cxf", 
"cxf-dosgi-ri-samples-simple-pojo-impl", null, "jar");
-        
+        Thread.sleep(20000);
         // do the invocation using a CXF api 
         // TODO : get this address using a DistributionProvider interface
         String address = "http://localhost:9005/greeter";;


Reply via email to