Skip to content

Commit 3c363e3

Browse files
committed
give "Source Informer for a ReplicaSet resource should provide a ReplicaSet UpdateEvent" more time to sync
1 parent dd58b84 commit 3c363e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/source/source_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ var _ = Describe("Source", func() {
210210
informerFactory = kubeinformers.NewSharedInformerFactory(clientset, time.Second*30)
211211
depInformer = informerFactory.Apps().V1().ReplicaSets().Informer()
212212
informerFactory.Start(stopTest)
213-
Eventually(depInformer.HasSynced).Should(BeTrue())
213+
Eventually(depInformer.HasSynced, "5s").Should(BeTrue())
214214

215215
c = make(chan struct{})
216216
rs = &appsv1.ReplicaSet{

0 commit comments

Comments
 (0)