mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Increase service latency 99th percentile limit from 40s to 50s
This commit is contained in:
parent
cbce3a1ab8
commit
4f5fdfb08b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user