Updated Branches:
  refs/heads/camel-2.12.x 766e39294 -> 62a0b5484
  refs/heads/master 985284fb8 -> c86726616


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/c8672661
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c8672661
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c8672661

Branch: refs/heads/master
Commit: c86726616d8ae64416799c1a6fae3640bb8bf15d
Parents: 985284f
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sat Sep 28 15:42:32 2013 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sat Sep 28 15:42:32 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/c8672661/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 {

Reply via email to