Skip to content

Commit

Permalink
fix: test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Riegler <[email protected]>
  • Loading branch information
xvzf committed Apr 11, 2023
1 parent 2b1f17b commit 6985e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var _ = BeforeSuite(func() {
})
Expect(err).ToNot(HaveOccurred())

err = (NewReconciler(k8sManager)).SetupWithManager(k8sManager)
err = (NewReconciler(k8sManager, ReconcilerOptions{QueriesPerSecond: 300.0})).SetupWithManager(k8sManager)
Expect(err).ToNot(HaveOccurred())

go func() {
Expand Down

0 comments on commit 6985e68

Please sign in to comment.