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

valdar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 95516c61f1c7b04f4dafdd54de3694349d74f223
Author: Andrea Tarocchi <andrea.taroc...@gmail.com>
AuthorDate: Sat Oct 30 11:48:31 2021 +0200

    Adjusted itest netty-http retry timeout.
---
 .../kafkaconnector/nettyhttp/source/CamelSourceNettyHTTPITCase.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tests/itests-netty-http/src/test/java/org/apache/camel/kafkaconnector/nettyhttp/source/CamelSourceNettyHTTPITCase.java
 
b/tests/itests-netty-http/src/test/java/org/apache/camel/kafkaconnector/nettyhttp/source/CamelSourceNettyHTTPITCase.java
index 0174eb1..f021ee4 100644
--- 
a/tests/itests-netty-http/src/test/java/org/apache/camel/kafkaconnector/nettyhttp/source/CamelSourceNettyHTTPITCase.java
+++ 
b/tests/itests-netty-http/src/test/java/org/apache/camel/kafkaconnector/nettyhttp/source/CamelSourceNettyHTTPITCase.java
@@ -101,7 +101,7 @@ public class CamelSourceNettyHTTPITCase extends 
CamelSourceTestSupport {
                 } else {
                     retriesLeft--;
                     try {
-                        Thread.sleep(100);
+                        Thread.sleep(1000);
                     } catch (InterruptedException interruptedException) {
                         interruptedException.printStackTrace();
                     }

Reply via email to