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 2015/03/11 10:00:38 UTC

[3/3] camel git commit: Fixed test

Fixed test


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/188769f8
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/188769f8
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/188769f8

Branch: refs/heads/master
Commit: 188769f8aa31e4018d9dd559bc57a71edf968adf
Parents: 1162e05
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Mar 11 09:37:40 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Mar 11 10:02:07 2015 +0100

----------------------------------------------------------------------
 .../processor/async/AsyncProcessorAwaitManagerInterruptTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/188769f8/camel-core/src/test/java/org/apache/camel/processor/async/AsyncProcessorAwaitManagerInterruptTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/processor/async/AsyncProcessorAwaitManagerInterruptTest.java b/camel-core/src/test/java/org/apache/camel/processor/async/AsyncProcessorAwaitManagerInterruptTest.java
index da442f1..2e24346 100644
--- a/camel-core/src/test/java/org/apache/camel/processor/async/AsyncProcessorAwaitManagerInterruptTest.java
+++ b/camel-core/src/test/java/org/apache/camel/processor/async/AsyncProcessorAwaitManagerInterruptTest.java
@@ -64,7 +64,7 @@ public class AsyncProcessorAwaitManagerInterruptTest extends ContextTestSupport
 
                 from("direct:start").routeId("myRoute")
                         .to("mock:before")
-                        .to("async:bye:camel?delay=1000").id("myAsync")
+                        .to("async:bye:camel?delay=2000").id("myAsync")
                         .to("mock:after")
                         .process(new Processor() {
                             @Override