Skip to content
Snippets Groups Projects
Commit fa225b4a authored by Perry's avatar Perry Committed by Rodric Rabbah
Browse files

Tweak parameter as short term fix until consul work is completed

parent b55a87a2
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment