From c6622f8ef3fc948b976b2c0689d4b69cc1a12ce7 Mon Sep 17 00:00:00 2001 From: Lukasz Szaszkiewicz Date: Tue, 3 Sep 2024 12:02:37 +0200 Subject: [PATCH] give "Source Informer for a ReplicaSet resource should provide a ReplicaSet UpdateEvent" more time to sync --- pkg/source/source_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/source/source_integration_test.go b/pkg/source/source_integration_test.go index 504a671c8a..4d5bd7423c 100644 --- a/pkg/source/source_integration_test.go +++ b/pkg/source/source_integration_test.go @@ -210,7 +210,7 @@ var _ = Describe("Source", func() { informerFactory = kubeinformers.NewSharedInformerFactory(clientset, time.Second*30) depInformer = informerFactory.Apps().V1().ReplicaSets().Informer() informerFactory.Start(stopTest) - Eventually(depInformer.HasSynced).Should(BeTrue()) + Eventually(depInformer.HasSynced, "5s").Should(BeTrue()) c = make(chan struct{}) rs = &appsv1.ReplicaSet{