@@ -203,7 +203,7 @@ var _ = ActuationSuiteE2eDescribe("Actuation", func() {
203203		utils .InstallVPA (f , vpaCRD )
204204
205205		ginkgo .By ("Waiting for pods to be evicted" )
206- 		err  =  WaitForPodsEvicted (f , podList ,  utils . PollTimeout )
206+ 		err  =  WaitForPodsEvicted (f , podList )
207207		gomega .Expect (err ).NotTo (gomega .HaveOccurred ())
208208	})
209209
@@ -276,7 +276,7 @@ var _ = ActuationSuiteE2eDescribe("Actuation", func() {
276276		}, restriction .DeferredResizeUpdateTimeout , 10 * time .Second ).Should (gomega .Succeed ())
277277
278278		ginkgo .By ("Waiting for pods to be evicted" )
279- 		err  =  WaitForPodsEvicted (f , podList ,  utils . PollTimeout )
279+ 		err  =  WaitForPodsEvicted (f , podList )
280280		gomega .Expect (err ).NotTo (gomega .HaveOccurred ())
281281	})
282282
@@ -838,7 +838,7 @@ func testEvictsReplicatedPods(f *framework.Framework, controller *autoscaling.Cr
838838	utils .InstallVPA (f , vpaCRD )
839839
840840	ginkgo .By ("Waiting for pods to be evicted" )
841- 	err  =  WaitForPodsEvicted (f , podList ,  utils . PollTimeout )
841+ 	err  =  WaitForPodsEvicted (f , podList )
842842	gomega .Expect (err ).NotTo (gomega .HaveOccurred ())
843843}
844844
@@ -898,7 +898,7 @@ func testEvictsSingletonPodWhenConfigured(f *framework.Framework, controller *au
898898	utils .InstallVPA (f , vpaCRD )
899899
900900	ginkgo .By ("Waiting for pods to be evicted" )
901- 	err  =  WaitForPodsEvicted (f , podList ,  utils . PollTimeout )
901+ 	err  =  WaitForPodsEvicted (f , podList )
902902	gomega .Expect (err ).NotTo (gomega .HaveOccurred ())
903903}
904904
0 commit comments