Skip to content

Commit

Permalink
give "Source Informer for a ReplicaSet resource should provide a Repl…
Browse files Browse the repository at this point in the history
…icaSet UpdateEvent" more time to sync
  • Loading branch information
p0lyn0mial committed Oct 14, 2024
1 parent 9cd2b90 commit c6622f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/source/source_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit c6622f8

Please sign in to comment.