Skip to content

Commit 06b251e

Browse files
author
k8s-merge-robot
committed
Merge pull request kubernetes#13600 from quinton-hoole/2015-08-04-deflake-service-endpoints-latency-e2e
Auto commit by PR queue bot
2 parents 6605b17 + 4f5fdfb commit 06b251e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/service_latency.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var _ = Describe("Service endpoints latency", func() {
4949
// get this much lower in the future. See issue
5050
// #10436.
5151
limitMedian = time.Second * 20
52-
limitTail = time.Second * 40
52+
limitTail = time.Second * 50
5353

5454
// Numbers chosen to make the test complete in a short amount
5555
// of time. This sample size is not actually large enough to

0 commit comments

Comments
 (0)