You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2007/12/08 03:29:54 UTC

svn commit: r602300 - /webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c

Author: damitha
Date: Fri Dec  7 18:29:53 2007
New Revision: 602300

URL: http://svn.apache.org/viewvc?rev=602300&view=rev
Log:
increasing sleep time at the end of sample

Modified:
    webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c

Modified: webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c?rev=602300&r1=602299&r2=602300&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c Fri Dec  7 18:29:53 2007
@@ -248,7 +248,7 @@
         printf("\necho client two way single channel invoke FAILED!\n");
     }
     payload = NULL;
-    AXIS2_SLEEP(2 * SANDESHA2_MAX_COUNT);
+    AXIS2_SLEEP(8 * SANDESHA2_MAX_COUNT);
     AXIS2_FREE(env->allocator, seq_key);
     if (svc_client)
     {



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org