Return-Path: Delivered-To: apmail-ws-sandesha-dev-archive@www.apache.org Received: (qmail 59172 invoked from network); 7 Dec 2007 05:03:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2007 05:03:22 -0000 Received: (qmail 82066 invoked by uid 500); 7 Dec 2007 05:03:11 -0000 Delivered-To: apmail-ws-sandesha-dev-archive@ws.apache.org Received: (qmail 82014 invoked by uid 500); 7 Dec 2007 05:03:11 -0000 Mailing-List: contact sandesha-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list sandesha-dev@ws.apache.org Received: (qmail 82003 invoked by uid 500); 7 Dec 2007 05:03:10 -0000 Delivered-To: apmail-ws-sandesha-cvs@ws.apache.org Received: (qmail 82000 invoked by uid 99); 7 Dec 2007 05:03:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 21:03:10 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 05:02:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 67D021A9832; Thu, 6 Dec 2007 21:02:54 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r601995 - /webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c Date: Fri, 07 Dec 2007 05:02:51 -0000 To: sandesha-cvs@ws.apache.org From: damitha@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071207050300.67D021A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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: sandesha-dev-unsubscribe@ws.apache.org For additional commands, e-mail: sandesha-dev-help@ws.apache.org