diff --git a/internal/uniqueness/leaderelection_const.go b/internal/uniqueness/leaderelection_const.go index 7793968ab8..dbab2d6bbc 100644 --- a/internal/uniqueness/leaderelection_const.go +++ b/internal/uniqueness/leaderelection_const.go @@ -29,7 +29,7 @@ const ( // wait to force acquire leadership. This is measured against time of // last observed ack. // - LeaseDuration = 5 * time.Second + LeaseDuration = 30 * time.Second // RenewDeadline is the duration that the acting manager will retry // refreshing leadership before giving up. //