diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index 8ad49cb5346..d1f3887d9c8 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -1302,7 +1302,7 @@ func WatchEventSequenceVerifier(testContext context.Context, dc dynamic.Interfac return dc.Resource(resourceType).Namespace(namespace).Watch(testContext, listOptions) }, } - resourceWatch, err := watchtools.NewRetryWatcher("", listWatcher) + resourceWatch, err := watchtools.NewRetryWatcher("1", listWatcher) ExpectNoError(err, "Failed to create a resource watch of %v in namespace %v", resourceType.Resource, namespace) // NOTE value of 3 retries seems to make sense