From fa225b4afc207ebe4e930df7514c743abc3fc5f8 Mon Sep 17 00:00:00 2001
From: Perry <perry@us.ibm.com>
Date: Tue, 27 Sep 2016 18:15:44 -0400
Subject: [PATCH] Tweak parameter as short term fix until consul work is
 completed

---
 tests/src/limits/ThrottleTests.scala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/src/limits/ThrottleTests.scala b/tests/src/limits/ThrottleTests.scala
index d014b50a..40711397 100644
--- a/tests/src/limits/ThrottleTests.scala
+++ b/tests/src/limits/ThrottleTests.scala
@@ -233,10 +233,10 @@ class ThrottleTests
             }
 
             // The sleep is necessary as the load balancer currently has a latency before recognizing concurency.
-            val sleep = 10.seconds
+            val sleep = 15.seconds
             val slowInvokes = maximumConcurrentInvokes
-            val fastInvokes = 1
-            val fastInvokeDuration = 3.seconds
+            val fastInvokes = 2
+            val fastInvokeDuration = 4.seconds
             val slowInvokeDuration = sleep + fastInvokeDuration
 
             // These invokes will stay active long enough that all are issued and load balancer has recognized concurrency.
-- 
GitLab