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 2013/09/28 15:43:56 UTC

[2/2] git commit: Fixed test on CI

Fixed test on CI


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

Branch: refs/heads/camel-2.12.x
Commit: 62a0b54843a44dd29ffb1fa9f18c61d67536bb2b
Parents: 766e392
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Sep 28 15:42:32 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Sep 28 15:42:46 2013 +0200

----------------------------------------------------------------------
 .../java/org/apache/camel/component/jetty/HttpProxyRouteTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/62a0b548/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpProxyRouteTest.java
----------------------------------------------------------------------
diff --git a/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpProxyRouteTest.java b/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpProxyRouteTest.java
index 8f932cf..da93bce 100644
--- a/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpProxyRouteTest.java
+++ b/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpProxyRouteTest.java
@@ -24,7 +24,7 @@ import org.junit.Test;
 
 public class HttpProxyRouteTest extends BaseJettyTest {
 
-    private int size = 500;
+    private int size = 10;
 
     @Test
     public void testHttpProxy() throws Exception {