Increase service endpoint test timeout

this reduces flakiness in extended suites where
long start delays result in this test failing.
This commit is contained in:
Clayton Coleman
2017-01-16 18:52:37 -05:00
committed by Jordan Liggitt
parent de053ef790
commit 88a1128498

View File

@@ -122,7 +122,7 @@ const (
slowPodStartTimeout = 15 * time.Minute
// How long to wait for a service endpoint to be resolvable.
ServiceStartTimeout = 1 * time.Minute
ServiceStartTimeout = 3 * time.Minute
// How often to Poll pods, nodes and claims.
Poll = 2 * time.Second