From 4f5fdfb08bdadd23b015070857b8fef8d79240fe Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Fri, 4 Sep 2015 11:45:52 -0700 Subject: [PATCH] Increase service latency 99th percentile limit from 40s to 50s --- test/e2e/service_latency.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/service_latency.go b/test/e2e/service_latency.go index eff9267c64e..bcbb24096e5 100644 --- a/test/e2e/service_latency.go +++ b/test/e2e/service_latency.go @@ -49,7 +49,7 @@ var _ = Describe("Service endpoints latency", func() { // get this much lower in the future. See issue // #10436. limitMedian = time.Second * 20 - limitTail = time.Second * 40 + limitTail = time.Second * 50 // Numbers chosen to make the test complete in a short amount // of time. This sample size is not actually large enough to