You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2017/07/09 18:02:32 UTC

camel git commit: correct tiny typo

Repository: camel
Updated Branches:
  refs/heads/master f344ae36f -> 838c1ac4a


correct tiny typo


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

Branch: refs/heads/master
Commit: 838c1ac4a1feb118ebfa06e131d0219dad9df33b
Parents: f344ae3
Author: Babak Vahdat <bv...@apache.org>
Authored: Sun Jul 9 20:02:25 2017 +0200
Committer: Babak Vahdat <bv...@apache.org>
Committed: Sun Jul 9 20:02:25 2017 +0200

----------------------------------------------------------------------
 .../camel/processor/aggregator/AggregateDiscardOnTimeoutTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/838c1ac4/camel-core/src/test/java/org/apache/camel/processor/aggregator/AggregateDiscardOnTimeoutTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/processor/aggregator/AggregateDiscardOnTimeoutTest.java b/camel-core/src/test/java/org/apache/camel/processor/aggregator/AggregateDiscardOnTimeoutTest.java
index 6a9d3ed..8a54c6f 100644
--- a/camel-core/src/test/java/org/apache/camel/processor/aggregator/AggregateDiscardOnTimeoutTest.java
+++ b/camel-core/src/test/java/org/apache/camel/processor/aggregator/AggregateDiscardOnTimeoutTest.java
@@ -35,7 +35,7 @@ public class AggregateDiscardOnTimeoutTest extends ContextTestSupport {
         template.sendBodyAndHeader("direct:start", "A", "id", 123);
         template.sendBodyAndHeader("direct:start", "B", "id", 123);
 
-        // wait 0. seconds
+        // wait 0.25 seconds
         Thread.sleep(250);
 
         mock.assertIsSatisfied();