mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +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:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user