This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 00554cb57c1fffef8074fcf45e96626ef9c77e3a
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Feb 20 05:18:47 2020 +0100

    Fix test that fails on CI
---
 .../org/apache/camel/component/etcd/cloud/EtcdServiceCallRouteTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/EtcdServiceCallRouteTest.java
 
b/components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/EtcdServiceCallRouteTest.java
index bb6ca66..d9c4961 100644
--- 
a/components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/EtcdServiceCallRouteTest.java
+++ 
b/components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/EtcdServiceCallRouteTest.java
@@ -34,7 +34,7 @@ public class EtcdServiceCallRouteTest extends EtcdTestSupport 
{
     private static final ObjectMapper MAPPER = EtcdHelper.createObjectMapper();
     private static final String SERVICE_NAME = "http-service";
     private static final int SERVICE_COUNT = 5;
-    private static final int SERVICE_PORT_BASE = 8080;
+    private static final int SERVICE_PORT_BASE = 8280;
 
     private EtcdClient client;
     private List<Map<String, Object>> servers;

Reply via email to