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);


Reply via email to