Increase service endpoint test timeout

this reduces flakiness in extended suites where
long start delays result in this test failing.
pull/8/head
Clayton Coleman 2017-01-16 18:52:37 -05:00 committed by Jordan Liggitt
parent de053ef790
commit 88a1128498
No known key found for this signature in database
GPG Key ID: 39928704103C7229
1 changed files with 1 additions and 1 deletions

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