Author: ningjiang
Date: Thu May 31 03:00:00 2012
New Revision: 1344547
URL: http://svn.apache.org/viewvc?rev=1344547&view=rev
Log:
try to fix the test error of PollEnricherRefTest
Modified:
camel/branches/camel-2.9.x/camel-core/src/test/java/org/apache/camel/processor/enricher/PollEnricherRefTest.java
Modified:
camel/branches/camel-2.9.x/camel-core/src/test/java/org/apache/camel/processor/enricher/PollEnricherRefTest.java
URL:
http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/camel-core/src/test/java/org/apache/camel/processor/enricher/PollEnricherRefTest.java?rev=1344547&r1=1344546&r2=1344547&view=diff
==============================================================================
---
camel/branches/camel-2.9.x/camel-core/src/test/java/org/apache/camel/processor/enricher/PollEnricherRefTest.java
(original)
+++
camel/branches/camel-2.9.x/camel-core/src/test/java/org/apache/camel/processor/enricher/PollEnricherRefTest.java
Thu May 31 03:00:00 2012
@@ -65,8 +65,8 @@ public class PollEnricherRefTest extends
public void configure() throws Exception {
cool.setEndpointUriIfNotSpecified("cool");
- from("direct:start").pollEnrichRef("cool", 1000, "agg");
+ from("direct:start").pollEnrichRef("cool", 2000, "agg");
}
};
}
-}
\ No newline at end of file
+}