mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Increasing allowed delay for EndpointSlice mirroring integration tests.
The shorter 5s delay had become a source of flakes.
This commit is contained in:
parent
575c4925be
commit
eb196be139
@ -189,7 +189,7 @@ func TestEndpointSliceMirroring(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
err = wait.PollImmediate(1*time.Second, 5*time.Second, func() (bool, error) {
|
||||
err = wait.PollImmediate(1*time.Second, wait.ForeverTestTimeout, func() (bool, error) {
|
||||
lSelector := discovery.LabelServiceName + "=" + resourceName
|
||||
esList, err := client.DiscoveryV1beta1().EndpointSlices(ns.Name).List(context.TODO(), metav1.ListOptions{LabelSelector: lSelector})
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user