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

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


The following commit(s) were added to refs/heads/master by this push:
     new a2c368e  Raised the TLS timeout following build issue on 
quarkus-platform #1978
a2c368e is described below

commit a2c368efdf45b970d4348be8a069d4e94b42d17e
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Tue Nov 24 10:34:54 2020 +0100

    Raised the TLS timeout following build issue on quarkus-platform #1978
---
 integration-tests/nats/src/test/resources/conf/tls.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/nats/src/test/resources/conf/tls.conf 
b/integration-tests/nats/src/test/resources/conf/tls.conf
index 3e0914b..ef014ef 100644
--- a/integration-tests/nats/src/test/resources/conf/tls.conf
+++ b/integration-tests/nats/src/test/resources/conf/tls.conf
@@ -7,7 +7,7 @@ monitor_port: 8222
 tls {
   # TLS handshake timeout in fractional seconds. Default set to 0.5 seconds.
   # This value has been raised up to 1.5s in order to avoid TLS handshake 
error on build servers
-  timeout: 1.5
+  timeout: 3
 }
 
 # This is for clustering multiple servers together.
@@ -21,7 +21,7 @@ cluster {
   authorization {
     user: ruser
     password: T0pS3cr3t
-    timeout: 6
+    timeout: 12
   }
 
   # Routes are actively solicited and connected to from this server.

Reply via email to