Skip to content

Commit 8d74486

Browse files
authored
Merge pull request kubernetes#93497 from robscott/endpointslicemirroring-integration-fix
Increasing allowed delay for EndpointSlice mirroring integration tests
2 parents e79e352 + eb196be commit 8d74486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/endpointslice/endpointslicemirroring_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func TestEndpointSliceMirroring(t *testing.T) {
189189
}
190190
}
191191

192-
err = wait.PollImmediate(1*time.Second, 5*time.Second, func() (bool, error) {
192+
err = wait.PollImmediate(1*time.Second, wait.ForeverTestTimeout, func() (bool, error) {
193193
lSelector := discovery.LabelServiceName + "=" + resourceName
194194
esList, err := client.DiscoveryV1beta1().EndpointSlices(ns.Name).List(context.TODO(), metav1.ListOptions{LabelSelector: lSelector})
195195
if err != nil {

0 commit comments

Comments
 (0)