Skip to content

Commit

Permalink
Updated leader election defaults for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanth26 committed Jan 14, 2019
1 parent a09b8e2 commit c0de780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/integration-tests
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ function run_controller() {
--machine-safety-apiserver-statuscheck-period=1m \
--machine-safety-orphan-vms-period=30m \
--machine-safety-overshooting-period=1m \
--leader-elect-lease-duration=1m \
--leader-elect-renew-deadline=30s \
--leader-elect-retry-period=15s \
--leader-elect-lease-duration=4m \
--leader-elect-renew-deadline=2m \
--leader-elect-retry-period=30s \
--v=2 > logs/${provider}-mcm.out 2>&1 &
}

Expand Down

0 comments on commit c0de780

Please sign in to comment.