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

burcham pushed a commit to branch sni
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/sni by this push:
     new 1b6a497  bump haproxy timeouts from 1s to 10s
1b6a497 is described below

commit 1b6a497b36a9ce572ffda73f669fcfb21bdca379
Author: Bill Burcham <[email protected]>
AuthorDate: Fri May 29 15:45:35 2020 -0700

    bump haproxy timeouts from 1s to 10s
---
 .../main/java/org/apache/geode/benchmark/tasks/StartSniProxy.java   | 6 +++---
 .../java/org/apache/geode/benchmark/tasks/StartSniProxyTest.java    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tasks/StartSniProxy.java
 
b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tasks/StartSniProxy.java
index ebf0764..44b72af 100644
--- 
a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tasks/StartSniProxy.java
+++ 
b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tasks/StartSniProxy.java
@@ -104,9 +104,9 @@ public class StartSniProxy implements Task {
         + "  log stdout format raw local0 debug\n"
         + "defaults\n"
         + "  log global\n"
-        + "  timeout client 1000\n"
-        + "  timeout connect 1000\n"
-        + "  timeout server 1000\n"
+        + "  timeout client 10s\n"
+        + "  timeout connect 10s\n"
+        + "  timeout server 10s\n"
         + "frontend sniproxy\n"
         + "  bind *:15443\n"
         + "  mode tcp\n"
diff --git 
a/geode-benchmarks/src/test/java/org/apache/geode/benchmark/tasks/StartSniProxyTest.java
 
b/geode-benchmarks/src/test/java/org/apache/geode/benchmark/tasks/StartSniProxyTest.java
index 2eb4170..1de7811 100644
--- 
a/geode-benchmarks/src/test/java/org/apache/geode/benchmark/tasks/StartSniProxyTest.java
+++ 
b/geode-benchmarks/src/test/java/org/apache/geode/benchmark/tasks/StartSniProxyTest.java
@@ -35,9 +35,9 @@ class StartSniProxyTest {
         + "  log stdout format raw local0 debug\n"
         + "defaults\n"
         + "  log global\n"
-        + "  timeout client 1000\n"
-        + "  timeout connect 1000\n"
-        + "  timeout server 1000\n"
+        + "  timeout client 10s\n"
+        + "  timeout connect 10s\n"
+        + "  timeout server 10s\n"
         + "frontend sniproxy\n"
         + "  bind *:15443\n"
         + "  mode tcp\n"

Reply via email to