Author: chamikara
Date: Sat Oct  7 01:01:18 2006
New Revision: 453854

URL: http://svn.apache.org/viewvc?view=rev&rev=453854
Log:
Improved the waiting time of the AddressableEcho test

Modified:
    
webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/scenarios/AddressableEchoTest.java

Modified: 
webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/scenarios/AddressableEchoTest.java
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/scenarios/AddressableEchoTest.java?view=diff&rev=453854&r1=453853&r2=453854
==============================================================================
--- 
webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/scenarios/AddressableEchoTest.java
 (original)
+++ 
webservices/sandesha/trunk/java/test/src/org/apache/sandesha2/scenarios/AddressableEchoTest.java
 Sat Oct  7 01:01:18 2006
@@ -128,7 +128,7 @@
                serviceClient.sendReceiveNonBlocking 
(getEchoOMBlock("echo3",sequenceKey),callback3);

 

         

-        Thread.sleep(10000);

+        Thread.sleep(15000);

                

         //assertions for the out sequence.

                SequenceReport outgoingSequenceReport = 
SandeshaClient.getOutgoingSequenceReport(serviceClient);

@@ -208,7 +208,7 @@
                serviceClient.sendReceiveNonBlocking 
(getEchoOMBlock("echo3",sequenceKey),callback3);

 

         

-        Thread.sleep(10000);

+        Thread.sleep(15000);

                

         //assertions for the out sequence.

         //assertions for the out sequence.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to