mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #93497 from robscott/endpointslicemirroring-integration-fix
Increasing allowed delay for EndpointSlice mirroring integration tests
This commit is contained in:
commit
8d74486a6a
@ -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