Return-Path: Delivered-To: apmail-activemq-camel-commits-archive@locus.apache.org Received: (qmail 93672 invoked from network); 31 Dec 2008 12:21:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Dec 2008 12:21:37 -0000 Received: (qmail 40016 invoked by uid 500); 31 Dec 2008 12:21:37 -0000 Delivered-To: apmail-activemq-camel-commits-archive@activemq.apache.org Received: (qmail 39974 invoked by uid 500); 31 Dec 2008 12:21:37 -0000 Mailing-List: contact camel-commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-commits@activemq.apache.org Received: (qmail 39965 invoked by uid 99); 31 Dec 2008 12:21:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Dec 2008 04:21:37 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Dec 2008 12:21:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B0455238895D; Wed, 31 Dec 2008 04:21:16 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r730378 - /activemq/camel/trunk/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailHtmlAttachmentTest.java Date: Wed, 31 Dec 2008 12:21:16 -0000 To: camel-commits@activemq.apache.org From: davsclaus@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081231122116.B0455238895D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davsclaus Date: Wed Dec 31 04:21:15 2008 New Revision: 730378 URL: http://svn.apache.org/viewvc?rev=730378&view=rev Log: A little more delay so the unit test not fail in rare cases Modified: activemq/camel/trunk/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailHtmlAttachmentTest.java Modified: activemq/camel/trunk/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailHtmlAttachmentTest.java URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailHtmlAttachmentTest.java?rev=730378&r1=730377&r2=730378&view=diff ============================================================================== --- activemq/camel/trunk/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailHtmlAttachmentTest.java (original) +++ activemq/camel/trunk/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailHtmlAttachmentTest.java Wed Dec 31 04:21:15 2008 @@ -56,7 +56,7 @@ // END SNIPPET: e1 // need some time for the mail to arrive on the inbox (consumed and sent to the mock) - Thread.sleep(1000); + Thread.sleep(1500); MockEndpoint mock = getMockEndpoint("mock:result"); mock.expectedMessageCount(1);