mirror of https://github.com/k3s-io/k3s
Increase service endpoint test timeout
this reduces flakiness in extended suites where long start delays result in this test failing.pull/8/head
parent
de053ef790
commit
88a1128498
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue