Author: damitha
Date: Thu Dec 6 21:02:49 2007
New Revision: 601995
URL: http://svn.apache.org/viewvc?rev=601995&view=rev
Log:
increasing timeout of the sample
Modified:
webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c
Modified: webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c?rev=601995&r1=601994&r2=601995&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c Thu Dec 6
21:02:49 2007
@@ -198,7 +198,7 @@
axis2_callback_set_on_error(callback3, rm_echo_callback_on_error);
axis2_svc_client_send_receive_non_blocking(svc_client, env, payload,
callback3);
wait_on_callback(env, callback3);
- AXIS2_SLEEP(SANDESHA2_MAX_COUNT);
+ AXIS2_SLEEP(2 * SANDESHA2_MAX_COUNT);
AXIS2_FREE(env->allocator, seq_key);
if (svc_client)
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]