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:
parent
de053ef790
commit
88a1128498
@ -122,7 +122,7 @@ const (
|
|||||||
slowPodStartTimeout = 15 * time.Minute
|
slowPodStartTimeout = 15 * time.Minute
|
||||||
|
|
||||||
// How long to wait for a service endpoint to be resolvable.
|
// 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.
|
// How often to Poll pods, nodes and claims.
|
||||||
Poll = 2 * time.Second
|
Poll = 2 * time.Second
|
||||||
|
Loading…
Reference in New Issue
Block a user