You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2009/12/15 08:35:46 UTC

svn commit: r890678 - /camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/mail/SpringMailEndpointTest-context.xml

Author: davsclaus
Date: Tue Dec 15 07:35:45 2009
New Revision: 890678

URL: http://svn.apache.org/viewvc?rev=890678&view=rev
Log:
Fixed test on slower boxes

Modified:
    camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/mail/SpringMailEndpointTest-context.xml

Modified: camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/mail/SpringMailEndpointTest-context.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/mail/SpringMailEndpointTest-context.xml?rev=890678&r1=890677&r2=890678&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/mail/SpringMailEndpointTest-context.xml (original)
+++ camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/mail/SpringMailEndpointTest-context.xml Tue Dec 15 07:35:45 2009
@@ -27,7 +27,7 @@
         <property name="configuration" ref="mailConfig"/>
         <property name="consumerProperties">
             <map key-type="java.lang.String">
-                <entry key="delay" value="1000"/>
+                <entry key="delay" value="3000"/>
             </map>
         </property>
     </bean>