Commit 06b251e7 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #13600 from quinton-hoole/2015-08-04-deflake-service-endpoints-latency-e2e

Auto commit by PR queue bot
parents 6605b170 4f5fdfb0
...@@ -49,7 +49,7 @@ var _ = Describe("Service endpoints latency", func() { ...@@ -49,7 +49,7 @@ var _ = Describe("Service endpoints latency", func() {
// get this much lower in the future. See issue // get this much lower in the future. See issue
// #10436. // #10436.
limitMedian = time.Second * 20 limitMedian = time.Second * 20
limitTail = time.Second * 40 limitTail = time.Second * 50
// Numbers chosen to make the test complete in a short amount // Numbers chosen to make the test complete in a short amount
// of time. This sample size is not actually large enough to // of time. This sample size is not actually large enough to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment