From 6808e527c978efdaddd584a5b29c0d6b3ef808c3 Mon Sep 17 00:00:00 2001 From: Yewolf Date: Tue, 18 Nov 2025 13:28:52 -0500 Subject: [PATCH] chore(tests): enable concurrency --- tests/operator/cmd/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/operator/cmd/main.go b/tests/operator/cmd/main.go index cd7d878..597ac40 100644 --- a/tests/operator/cmd/main.go +++ b/tests/operator/cmd/main.go @@ -172,7 +172,8 @@ func main() { LeaderElection: enableLeaderElection, LeaderElectionID: "794b1d2d.example.com", Controller: config.Controller{ - UsePriorityQueue: ptr.To(true), + UsePriorityQueue: ptr.To(true), + MaxConcurrentReconciles: 10, }, // LeaderElectionReleaseOnCancel defines if the leader should step down voluntarily // when the Manager ends. This requires the binary to immediately end when the